mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
Tweak docker-compose to avoid collisions
This commit is contained in:
parent
ee79407981
commit
58ae0f317d
@ -16,6 +16,8 @@ services:
|
||||
- "./docker/nginx.conf:/etc/nginx/nginx.conf"
|
||||
ports:
|
||||
- 8000:80
|
||||
depends_on:
|
||||
- netbox
|
||||
netbox:
|
||||
image: "vaporio/netbox:develop"
|
||||
environment:
|
||||
@ -25,6 +27,7 @@ services:
|
||||
DB_PASSWORD: "12345"
|
||||
ALLOWED_HOSTS: "*"
|
||||
REDIS_HOST: redis
|
||||
SKIP_STARTUP_SCRIPTS: "true"
|
||||
depends_on:
|
||||
- redis
|
||||
- postgres
|
||||
|
Loading…
Reference in New Issue
Block a user