start dev ckan in parallel
This commit is contained in:
parent
ee4f348044
commit
726d586ffb
|
@ -15,13 +15,6 @@ services:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
depends_on:
|
|
||||||
db:
|
|
||||||
condition: service_healthy
|
|
||||||
solr:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
|
||||||
condition: service_healthy
|
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:${CKAN_PORT_HOST}:${CKAN_PORT}"
|
- "0.0.0.0:${CKAN_PORT_HOST}:${CKAN_PORT}"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue