Added container for Netbox housekeeping command
Adds an additional container in which the new "housekeeping" command from Netbox v3.0.0 is run. "tini" is now used as PID 1 to ensure correct process management in all Netbox containers.
This commit is contained in:
parent
9e063a6e6f
commit
4e48bf6a77
8 changed files with 47 additions and 33 deletions
1
env/netbox.env
vendored
1
env/netbox.env
vendored
|
@ -14,6 +14,7 @@ EMAIL_USERNAME=netbox
|
|||
# EMAIL_USE_SSL and EMAIL_USE_TLS are mutually exclusive, i.e. they can't both be `true`!
|
||||
EMAIL_USE_SSL=false
|
||||
EMAIL_USE_TLS=false
|
||||
HOUSEKEEPING_INTERVAL=86400
|
||||
MAX_PAGE_SIZE=1000
|
||||
MEDIA_ROOT=/opt/netbox/netbox/media
|
||||
METRICS_ENABLED=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue