ansible-nas/roles/gotify/defaults/main.yml

18 lines
324 B
YAML
Raw Normal View History

2021-02-20 19:04:12 +00:00
---
gotify_enabled: false
gotify_available_externally: "false"
# data directory
gotify_data_directory: "{{ docker_home }}/gotify"
2021-02-20 19:04:12 +00:00
# docker image to use
gotify_docker_image: gotify/server:latest
# network
gotify_port: "2346"
gotify_hostname: "gotify"
# user to run container with
gotify_user_id: "0"
gotify_group_id: "0"