improved logging + fixed error from log folder
Some checks failed
Tests / Run Go Tests (push) Failing after 3m7s

This commit is contained in:
2026-01-05 12:13:49 +01:00
parent f0de9961dc
commit f9fc3d91d1
2 changed files with 15 additions and 7 deletions

View File

@@ -25,12 +25,11 @@ services:
- ${WEB_PORT}:8080
depends_on:
- db
- document-creator
volumes:
- ../logs:/app/Backend/logs
- ${LOG_PATH}:/app/logs
restart: unless-stopped
document-creator:
image: git.letsstein.de/tom/arbeitszeitmessung-doc-creator
container_name: ${TYPST_CONTAINER}
restart: unless-stopped
# document-creator:
# image: git.letsstein.de/tom/arbeitszeitmessung-doc-creator
# container_name: ${TYPST_CONTAINER}
# restart: unless-stopped