start dev ckan in parallel

This commit is contained in:
Ian Ward 2024-04-23 18:39:45 -04:00
parent ee4f348044
commit 726d586ffb
1 changed files with 0 additions and 7 deletions

View File

@ -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: