mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-05-01 03:44:31 +02:00
add initializers to specs
This commit is contained in:
parent
cc160198ef
commit
0d8e719675
@ -10,6 +10,8 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
env_file: netbox.env
|
env_file: netbox.env
|
||||||
volumes:
|
volumes:
|
||||||
|
- ./startup_scripts:/opt/netbox/startup_scripts:ro
|
||||||
|
- ./initializers:/opt/netbox/initializers:ro
|
||||||
- ./configuration:/etc/netbox/config:ro
|
- ./configuration:/etc/netbox/config:ro
|
||||||
command:
|
command:
|
||||||
- ./manage.py
|
- ./manage.py
|
||||||
|
Loading…
Reference in New Issue
Block a user