mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-09 04:56:37 +00:00
...
This commit is contained in:
@@ -5,7 +5,8 @@ services:
|
|||||||
- netbox
|
- netbox
|
||||||
ports:
|
ports:
|
||||||
- 8000:8080
|
- 8000:8080
|
||||||
env-file: stack.env
|
environment:
|
||||||
|
- "DB_HOST=${PG_HOST}"
|
||||||
configs:
|
configs:
|
||||||
- source: configuration.py
|
- source: configuration.py
|
||||||
target: /etc/netbox/config/configuration.py
|
target: /etc/netbox/config/configuration.py
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ services:
|
|||||||
- redis-cache
|
- redis-cache
|
||||||
env_file:
|
env_file:
|
||||||
- env/netbox.env
|
- env/netbox.env
|
||||||
environment:
|
|
||||||
- "DB_HOST=${PG_HOST}"
|
|
||||||
user: 'unit:root'
|
user: 'unit:root'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
start_period: 60s
|
start_period: 60s
|
||||||
|
|||||||
Reference in New Issue
Block a user