Update docker-compose.dev.yml to use dynamic service name for dependency

This commit is contained in:
mjanez 2024-05-07 14:59:55 +02:00
parent 756ac4e13f
commit 3fe6df88ac
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ services:
max-size: "100m"
max-file: "10"
depends_on:
- ckan-dev
- ${CKAN_DEV_COMPOSE_SERVICE}
ports:
- "0.0.0.0:${PYCSW_PORT_HOST}:${PYCSW_PORT}"
volumes: