Skip to content

Commit

Permalink
Add syslog service to docker compose
Browse files Browse the repository at this point in the history
This updates the supervisor app definition adding a second service to
aggregate some essential services system logs. This second service will
be managed by the supervisor itself as it would do with any other app.

Change-type: minor
  • Loading branch information
pipex committed Jan 23, 2023
1 parent e715498 commit fe360ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ services:
io.balena.features.balena-api: '1'
io.balena.features.dbus: '1'
io.balena.features.balena-socket: '1'
syslog:
image: ghcr.io/balena-os/gazette
labels:
# Necessary to give the container access to the journal directories
io.balena.features.journal-logs: '1'
restart: on-failure

0 comments on commit fe360ff

Please sign in to comment.