Merge pull request #85 from keitaroinc/fixing_dep_to_solr

adding depends on solr for ckan container
This commit is contained in:
Blagoja Stojkoski 2022-12-29 14:12:41 +01:00 committed by GitHub
commit b0c32fc9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ services:
- backend - backend
depends_on: depends_on:
- db - db
- solr
ports: ports:
- "0.0.0.0:${CKAN_PORT}:5000" - "0.0.0.0:${CKAN_PORT}:5000"
env_file: env_file:

View File

@ -15,6 +15,7 @@ services:
- backend - backend
depends_on: depends_on:
- db - db
- solr
ports: ports:
- "0.0.0.0:${CKAN_PORT}:5000" - "0.0.0.0:${CKAN_PORT}:5000"
env_file: env_file: