We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea82feb + 0066bd8 commit 6657dbdCopy full SHA for 6657dbd
templates/docker-compose.yml.j2
@@ -58,7 +58,7 @@ services:
58
user: "unit:root"
59
healthcheck:
60
test: curl -f http://localhost:8080/login/ || exit 1
61
- start_period: 90s
+ start_period: 120s
62
timeout: 3s
63
interval: 15s
64
volumes:
templates/env/netbox.env.j2
@@ -1,6 +1,6 @@
1
# {{ ansible_managed }}
2
3
-ALLOWED_HOSTS={{ netbox_allowed_hosts }}
+ALLOWED_HOSTS={{ netbox_allowed_hosts | join(' ') }}
4
CORS_ORIGIN_ALLOW_ALL={{ netbox_cors_origin_allow_all }}
5
CORS_ORIGIN_WHITELIST={{ netbox_cors_origin_whitelist }}
6
DB_HOST={{ netbox_pg_host }}
0 commit comments