Aktualisiere Konfigurationen und entferne nicht benötigte Skripte aus der Umgebung

This commit is contained in:
2025-03-27 17:23:39 +00:00
parent f66c1fc078
commit a72780873a
5 changed files with 18 additions and 18 deletions

View File

@@ -35,6 +35,7 @@ services:
MAIL_HOST: maildev:25
SECURITY_ALLOWABSOLUTEPATHS: "true"
SECURITY_ALLOWUPPERPATHS: "true"
RESPONSE_ERROR_STACK: "true"
depends_on:
- mongo
expose:
@@ -63,6 +64,7 @@ services:
MAIL_HOST: maildev:25
SECURITY_ALLOWABSOLUTEPATHS: "true"
SECURITY_ALLOWUPPERPATHS: "true"
RESPONSE_ERROR_STACK: "true"
depends_on:
- mongo
user: ${CODER_UID}:${CODER_GID}