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