docker/docker-compose/Gotify/gotify.yml

14 lines
321 B
YAML
Raw Permalink Normal View History

2023-08-08 18:03:39 +02:00
version: '3.9'
services:
gotify:
image: ghcr.io/gotify/server:latest
container_name: Gotify
restart: on-failure:5
ports:
- 6789:80
volumes:
- /docker/gotify:/app/data:rw
environment:
GOTIFY_DEFAULTUSER_NAME: admin
GOTIFY_DEFAULTUSER_PASS: zaq12wsx
TZ: Europe/Warsaw