improved logging

This commit is contained in:
Wieland, Marc
2026-06-26 15:13:21 +02:00
parent f291d9db7d
commit 782be5dd36
2 changed files with 38 additions and 0 deletions
+8
View File
@@ -36,6 +36,14 @@ services:
depends_on:
- db
logshell:
image: alpine:3.22
container_name: timetracker-logshell
restart: unless-stopped
command: ["sh", "-c", "tail -f /dev/null"]
volumes:
- applogs:/logs:ro
volumes:
pgdata:
name: timetracker_pgdata