improved logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user