apps/gotify/docker-compose.yml aktualisiert
This commit is contained in:
@@ -3,23 +3,24 @@ services:
|
|||||||
image: gotify/server:2
|
image: gotify/server:2
|
||||||
container_name: gotify
|
container_name: gotify
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/gotify:/app/data
|
- /mnt/user/appdata/gotify:/app/data
|
||||||
- /mnt/user/appdata/gotify/secrets/defaultuser_pass:/run/secrets/defaultuser_pass:ro
|
- /mnt/user/appdata/gotify/secrets/defaultuser_pass:/run/secrets/defaultuser_pass:ro
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- frontend_net
|
- frontend_net
|
||||||
|
|
||||||
ports:
|
|
||||||
- "8088:80"
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
GOTIFY_DEFAULTUSER_PASS_FILE: /run/secrets/defaultuser_pass
|
GOTIFY_DEFAULTUSER_PASS_FILE: /run/secrets/defaultuser_pass
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.docker.network=frontend_net"
|
||||||
|
- "traefik.http.routers.gotify.rule=Host(`gotify.kaleschke.info`)"
|
||||||
|
- "traefik.http.routers.gotify.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.gotify.tls=true"
|
||||||
|
- "traefik.http.routers.gotify.tls.certresolver=le"
|
||||||
|
- "traefik.http.services.gotify.loadbalancer.server.port=80"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
frontend_net:
|
frontend_net:
|
||||||
|
|||||||
Reference in New Issue
Block a user