diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml new file mode 100644 index 0000000..0a2ec68 --- /dev/null +++ b/gotify/docker-compose.yml @@ -0,0 +1,13 @@ +services: + gotify: + image: gotify/server:latest + volumes: + - /mnt/cephfs/docker/gotify:/app/data + restart: unless-stopped + ports: + - 8111:80 + security_opt: + - no-new-privileges:true + environment: + - TZ=Europe/London +