Merge pull request #136 from ckan/dev-up-faster

start dev ckan in parallel
This commit is contained in:
Brett Jones 2024-04-26 11:33:15 +02:00 committed by GitHub
commit cdc62cc6b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,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: