ansible-nas/roles/gotify/defaults/main.yml
Anarion 4960286632
First portion of migration
freshrss, get_iplayer, gitlab, glances, gotify, guacamole, healthchecks.io
2023-03-08 21:47:39 +01:00

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