gmon/docker-compose.yml

15 lines
238 B
YAML

version: "3.8"
services:
gotify:
image: gotify/server:latest
ports:
- "80:80"
environment:
- "TZ=Europe/Berlin"
volumes:
- ./.data:/app/data
gsave:
build: ./gsave/
ports:
- 8080:8080