mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
Add netbox-worker and netbox-housekeeping service configurations to docker-compose.override.yml
This commit is contained in:
parent
84d4afc095
commit
7cb8953113
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue