forked from mirror/netbox-docker
change type of environment in yaml
This commit is contained in:
parent
68518e8d5e
commit
171dd280c4
@ -6,8 +6,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8000:8080
|
- 8000:8080
|
||||||
environment:
|
environment:
|
||||||
DB_HOST: piggy.nopants.ctop.us
|
- DB_HOST=piggy.nopants.ctop.us
|
||||||
DB_USER: netbox
|
- DB_USER=netbox
|
||||||
|
- OCTOPUS_TEST=true
|
||||||
configs:
|
configs:
|
||||||
- source: configuration.py
|
- source: configuration.py
|
||||||
target: /etc/netbox/config/configuration.py
|
target: /etc/netbox/config/configuration.py
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user