Files
compose-template/Docker/gotify/docker-compose.yml
2022-06-09 10:21:50 +08:00

21 lines
345 B
YAML

version: "3"
services:
gotify:
container_name: gotify
ports:
- 7099:80
environment:
- GOTIFY_DEFAULTUSER_PASS=custom
volumes:
- "./gotify_data:/app/data"
restart: unless-stopped
image: gotify/server
networks:
nginx:
aliases:
- gotify
networks:
nginx:
external: true