Skip to content

Commit 6657dbd

Browse files
authored
Merge pull request #1
2 parents ea82feb + 0066bd8 commit 6657dbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858
user: "unit:root"
5959
healthcheck:
6060
test: curl -f http://localhost:8080/login/ || exit 1
61-
start_period: 90s
61+
start_period: 120s
6262
timeout: 3s
6363
interval: 15s
6464
volumes:

templates/env/netbox.env.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# {{ ansible_managed }}
22

3-
ALLOWED_HOSTS={{ netbox_allowed_hosts }}
3+
ALLOWED_HOSTS={{ netbox_allowed_hosts | join(' ') }}
44
CORS_ORIGIN_ALLOW_ALL={{ netbox_cors_origin_allow_all }}
55
CORS_ORIGIN_WHITELIST={{ netbox_cors_origin_whitelist }}
66
DB_HOST={{ netbox_pg_host }}

0 commit comments

Comments
 (0)