apps/mail-archiver/docker-compose.yml aktualisiert

This commit is contained in:
2026-03-26 12:36:36 +00:00
parent 1f9789f2f0
commit ed44bc9699
+3 -4
View File
@@ -8,11 +8,7 @@ services:
environment: environment:
TZ: Europe/Berlin TZ: Europe/Berlin
# DB Connection komplett als Variable
ConnectionStrings__DefaultConnection: ${MAILARCHIVER_DB_CONNECTION} ConnectionStrings__DefaultConnection: ${MAILARCHIVER_DB_CONNECTION}
# Login Passwort
Authentication__Password: ${MAILARCHIVER_AUTH_PASSWORD} Authentication__Password: ${MAILARCHIVER_AUTH_PASSWORD}
volumes: volumes:
@@ -20,6 +16,7 @@ services:
networks: networks:
- backend_net - backend_net
- frontend_net
ports: ports:
- "5000:5000" - "5000:5000"
@@ -30,3 +27,5 @@ services:
networks: networks:
backend_net: backend_net:
external: true external: true
frontend_net:
external: true