Add gotify/docker-compose.yml
This commit is contained in:
13
gotify/docker-compose.yml
Normal file
13
gotify/docker-compose.yml
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user