gmon/docker-compose.yml

15 lines
238 B
YAML
Raw Permalink Normal View History

version: "3.8"
services:
gotify:
image: gotify/server:latest
ports:
2020-11-05 15:42:54 +01:00
- "80:80"
environment:
- "TZ=Europe/Berlin"
volumes:
- ./.data:/app/data
gsave:
build: ./gsave/
ports:
- 8080:8080