mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 14:53:49 +00:00
15 lines
293 B
YAML
15 lines
293 B
YAML
|
include:
|
||
|
- ../compose-base.yml
|
||
|
services:
|
||
|
journald:
|
||
|
build: .
|
||
|
restart: on-failure
|
||
|
privileged: true
|
||
|
user: root
|
||
|
entrypoint: /lib/systemd/systemd
|
||
|
depends_on:
|
||
|
victorialogs:
|
||
|
condition: service_healthy
|
||
|
victoriametrics:
|
||
|
condition: service_healthy
|