Add netbox-worker and netbox-housekeeping service configurations to docker-compose.override.yml

This commit is contained in:
bboerni2 2025-09-26 09:57:56 +02:00
parent 84d4afc095
commit 7cb8953113

View file

@ -23,6 +23,21 @@ services:
netbox-worker: netbox-worker:
restart: unless-stopped restart: unless-stopped
image: netbox-plugins:local
pull_policy: never
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
depends_on:
netbox:
condition: service_started
netbox-housekeeping:
restart: unless-stopped
image: netbox-plugins:local
pull_policy: never
logging: logging:
driver: "json-file" driver: "json-file"
options: options: