Updated eployments
This commit is contained in:
20
docker-deployments/gotify.yml
Normal file
20
docker-deployments/gotify.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server
|
||||
container_name: gotify
|
||||
restart: always
|
||||
ports:
|
||||
- "8090:80"
|
||||
environment:
|
||||
- GOTIFY_SERVER_PORT=80
|
||||
- TZ=America/New_York
|
||||
volumes:
|
||||
- gotify_data:/app/data
|
||||
|
||||
volumes:
|
||||
gotify_data:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: /mnt/swarm_shared/legacy_volumes/gotify/
|
||||
Reference in New Issue
Block a user