Fix depends_on ckan-dev

This commit is contained in:
mjanez 2024-04-24 11:40:58 +00:00 committed by GitHub
parent 8eb06e9fb5
commit 501f2d209b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ services:
env_file:
- .env
depends_on:
- ckan
- ckan-dev
ports:
- "0.0.0.0:${APACHE_PORT_HOST}:${APACHE_PORT}"
restart: on-failure:3
@ -56,7 +56,7 @@ services:
env_file:
- .env
depends_on:
- ckan
- ckan-dev
ports:
- "0.0.0.0:${PYCSW_PORT_HOST}:${PYCSW_PORT}"
volumes: