This commit is contained in:
hoostine 2024-06-16 20:55:33 +00:00
parent bcc42c13be
commit 40076019df
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,8 @@ services:
- netbox
ports:
- 8000:8080
env-file: stack.env
environment:
- "DB_HOST=${PG_HOST}"
configs:
- source: configuration.py
target: /etc/netbox/config/configuration.py

View File

@ -7,8 +7,6 @@ services:
- redis-cache
env_file:
- env/netbox.env
environment:
- "DB_HOST=${PG_HOST}"
user: 'unit:root'
healthcheck:
start_period: 60s