apps/mail-archiver/docker-compose.yml aktualisiert
This commit is contained in:
@@ -1,29 +1,20 @@
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mail-archiver:
|
mail-archiver:
|
||||||
image: s1t5/mailarchiver
|
image: s1t5/mailarchiver
|
||||||
container_name: mail-archiver
|
container_name: mail-archiver
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
ConnectionStrings__DefaultConnection: ${MAILARCHIVER_DB_CONNECTION}
|
ConnectionStrings__DefaultConnection: ${MAILARCHIVER_DB_CONNECTION}
|
||||||
Authentication__Password: ${MAILARCHIVER_AUTH_PASSWORD}
|
Authentication__Password: ${MAILARCHIVER_AUTH_PASSWORD}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/mailarchiver/data-protection-keys:/app/DataProtection-Keys
|
- /mnt/user/appdata/mailarchiver/data-protection-keys:/app/DataProtection-Keys
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- backend_net
|
- backend_net
|
||||||
- frontend_net
|
- frontend_net
|
||||||
|
|
||||||
ports:
|
|
||||||
- "5000:5000"
|
|
||||||
|
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=frontend_net"
|
- "traefik.docker.network=frontend_net"
|
||||||
|
|||||||
Reference in New Issue
Block a user