Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make alpaca and fcrepo wait for activemq #2

Merged
merged 1 commit into from
May 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,16 @@ services:
default:
aliases: # Allow access without using the `-dev` or `-prod` suffix.
- alpaca
depends_on:
activemq-dev:
condition: service_started
alpaca-prod:
<<: [*prod, *alpaca]
secrets:
- source: ALPACA_JMS_PASSWORD
depends_on:
activemq-prod:
condition: service_started
crayfits:
<<: [*common]
image: ${ISLANDORA_REPOSITORY}/crayfits:${ISLANDORA_TAG}
Expand Down Expand Up @@ -484,6 +490,9 @@ services:
default:
aliases: # Allow access without using the `-dev` or `-prod` suffix.
- fcrepo
depends_on:
activemq-dev:
condition: service_started
fcrepo-prod:
<<: [*prod, *fcrepo]
environment:
Expand All @@ -499,6 +508,9 @@ services:
- source: FCREPO_DB_PASSWORD
- source: JWT_ADMIN_TOKEN
- source: JWT_PUBLIC_KEY
depends_on:
activemq-prod:
condition: service_started
matomo-dev: &matomo
<<: [*dev, *common]
image: ${ISLANDORA_REPOSITORY}/matomo:${ISLANDORA_TAG}
Expand Down