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:
TZ: Europe/Berlin
# DB Connection komplett als Variable
ConnectionStrings__DefaultConnection: ${MAILARCHIVER_DB_CONNECTION}
# Login Passwort
Authentication__Password: ${MAILARCHIVER_AUTH_PASSWORD}
volumes:
@@ -20,6 +16,7 @@ services:
networks:
- backend_net
- frontend_net
ports:
- "5000:5000"
@@ -30,3 +27,5 @@ services:
networks:
backend_net:
external: true
frontend_net:
external: true