enable journald logging

This commit is contained in:
Sebastian
2023-08-16 07:25:05 +02:00
parent 91cb6b4d5f
commit f2315059e8
3 changed files with 62 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ services:
- "prometheus-scrape.metrics_path=/metrics"
networks:
- chains
logging: *default-logging
redis:
image: healthcheck/redis:alpine
@@ -28,3 +29,4 @@ services:
- '--save ""'
networks:
- chains
logging: *default-logging