mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +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
|