mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
Add environment variables for netbox-housekeeping service in docker-compose.override.yml
This commit is contained in:
parent
156f813872
commit
017cfec1d3
|
|
@ -38,6 +38,9 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: netbox-plugins:local
|
image: netbox-plugins:local
|
||||||
pull_policy: never
|
pull_policy: never
|
||||||
|
environment:
|
||||||
|
DB_WAIT_TIMEOUT: "180"
|
||||||
|
DB_WAIT_DEBUG: "1"
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue