Declare GOTIFY_DEFAULTUSER_PASS_FILE environment
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
|||||||
gotify:
|
gotify:
|
||||||
image: gotify/server
|
image: gotify/server
|
||||||
entrypoint: ./data/entrypoint.sh
|
entrypoint: ./data/entrypoint.sh
|
||||||
|
environment:
|
||||||
|
GOTIFY_DEFAULTUSER_PASS_FILE: /run/secrets/admin_password
|
||||||
networks:
|
networks:
|
||||||
- gotify
|
- gotify
|
||||||
- traefik
|
- traefik
|
||||||
|
|||||||
Reference in New Issue
Block a user