Add entrypoint to gotify/data
This commit is contained in:
@@ -3,15 +3,12 @@ name: Notifications
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server
|
||||
entrypoint: ./entrypoint.sh
|
||||
entrypoint: ./data/entrypoint.sh
|
||||
networks:
|
||||
- gotify
|
||||
- traefik
|
||||
volumes:
|
||||
- gotify:/app/data
|
||||
configs:
|
||||
- source: gotify_entrypoint
|
||||
target: /app/entrypoint.sh
|
||||
secrets:
|
||||
- admin_password
|
||||
restart: unless-stopped
|
||||
@@ -32,10 +29,6 @@ volumes:
|
||||
o: bind
|
||||
device: ${MOUNT_DIR?}/gotify/data/
|
||||
|
||||
configs:
|
||||
gotify_entrypoint:
|
||||
file: ${MOUNT_DIR?}/gotify/config/entrypoint.sh
|
||||
|
||||
secrets:
|
||||
admin_password:
|
||||
file: ${MOUNT_DIR?}/gotify/secrets/admin_password
|
||||
|
||||
Reference in New Issue
Block a user