PortValhalla/scripts/Common/Software/docker/services/gotify/docker-compose.overrides.yml

13 lines
320 B
YAML
Raw Normal View History

2025-02-18 21:05:20 +00:00
services:
2025-02-19 17:54:13 +00:00
gotify:
2025-02-18 21:05:20 +00:00
environment:
GOTIFY_DEFAULTUSER_PASS: null
2025-02-19 17:54:13 +00:00
GOTIFY_DATABASE_CONNECTION: gotify:pw@tcp(db:3306)/Gotify?charset=utf8&parseTime=true&loc=Local
2025-02-18 21:05:20 +00:00
ports:
- 127.0.0.1:1337:80
db:
environment:
MARIADB_USER: gotify
MARIADB_PASSWORD: pw
MARIADB_DATABASE: Gotify