mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-21 04:42:22 -06:00
Execute startup scripts everytime
This commit is contained in:
@@ -27,7 +27,6 @@ services:
|
|||||||
DB_PASSWORD: "12345"
|
DB_PASSWORD: "12345"
|
||||||
ALLOWED_HOSTS: "*"
|
ALLOWED_HOSTS: "*"
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
SKIP_STARTUP_SCRIPTS: "true"
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- postgres
|
- postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user