mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
Send logs to journald
This commit is contained in:
@@ -72,6 +72,8 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
logging:
|
||||
driver: journald
|
||||
|
||||
scalelite-poller:
|
||||
image: ${SCALELITE_REPO:-blindsidenetwks}/scalelite:${SCALELITE_TAG:-v1}-poller
|
||||
@@ -84,6 +86,8 @@ services:
|
||||
- postgres
|
||||
- redis
|
||||
- scalelite-api
|
||||
logging:
|
||||
driver: journald
|
||||
|
||||
scalelite-recording-importer:
|
||||
image: ${SCALELITE_REPO:-blindsidenetwks}/scalelite:${SCALELITE_TAG:-v1}-recording-importer
|
||||
@@ -99,3 +103,5 @@ services:
|
||||
- postgres
|
||||
- redis
|
||||
- scalelite-api
|
||||
logging:
|
||||
driver: journald
|
||||
|
||||
Reference in New Issue
Block a user