File tree Expand file tree Collapse file tree 5 files changed +0
-31
lines changed Expand file tree Collapse file tree 5 files changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ COPY ${NETBOX_PATH} /opt/netbox
7979COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py
8080COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py
8181COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh
82- COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh
8382COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh
8483COPY configuration/ /etc/netbox/config/
8584COPY docker/nginx-unit.json /etc/unit/
Original file line number Diff line number Diff line change @@ -28,15 +28,6 @@ services:
2828 start_period : 40s
2929 timeout : 3s
3030 interval : 15s
31- netbox-housekeeping :
32- << : *netbox
33- command :
34- - /opt/netbox/housekeeping.sh
35- healthcheck :
36- test : ps -aux | grep -v grep | grep -q housekeeping || exit 1
37- start_period : 40s
38- timeout : 3s
39- interval : 15s
4031
4132 postgres :
4233 image : docker.io/postgres:17-alpine
Original file line number Diff line number Diff line change @@ -31,18 +31,6 @@ services:
3131 start_period : 20s
3232 timeout : 3s
3333 interval : 15s
34- netbox-housekeeping :
35- << : *netbox
36- depends_on :
37- netbox :
38- condition : service_healthy
39- command :
40- - /opt/netbox/housekeeping.sh
41- healthcheck :
42- test : ps -aux | grep -v grep | grep -q housekeeping || exit 1
43- start_period : 20s
44- timeout : 3s
45- interval : 15s
4634
4735 # postgres
4836 postgres :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ EMAIL_USERNAME=netbox
1515EMAIL_USE_SSL = false
1616EMAIL_USE_TLS = false
1717GRAPHQL_ENABLED = true
18- HOUSEKEEPING_INTERVAL = 86400
1918MEDIA_ROOT = /opt/netbox/netbox/media
2019METRICS_ENABLED = false
2120REDIS_CACHE_DATABASE = 1
You can’t perform that action at this time.
0 commit comments