Declare GOTIFY_DEFAULTUSER_PASS_FILE environment

This commit is contained in:
Colin Hebert
2022-12-26 15:36:08 +01:00
parent 13a146a985
commit ace51ad609

View File

@@ -4,6 +4,8 @@ services:
gotify:
image: gotify/server
entrypoint: ./data/entrypoint.sh
environment:
GOTIFY_DEFAULTUSER_PASS_FILE: /run/secrets/admin_password
networks:
- gotify
- traefik