mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
4960286632
freshrss, get_iplayer, gitlab, glances, gotify, guacamole, healthchecks.io
20 lines
364 B
YAML
20 lines
364 B
YAML
---
|
|
gotify_enabled: false
|
|
gotify_available_externally: false
|
|
|
|
# data directory
|
|
gotify_data_directory: "{{ docker_home }}/gotify"
|
|
|
|
# network
|
|
gotify_port: "2346"
|
|
gotify_hostname: "gotify"
|
|
|
|
# docker
|
|
gotify_container_name: "gotify"
|
|
gotify_image_name: "gotify/server"
|
|
gotify_image_version: "latest"
|
|
gotify_user_id: "0"
|
|
gotify_group_id: "0"
|
|
|
|
# specs
|
|
gotify_memory: 200m
|