Skip to content

Commit

Permalink
Make crayfits and fits a part of dev and prod profiles (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Aug 15, 2024
1 parent 46ffa16 commit cb7f82c
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,25 @@ services:
depends_on:
activemq-prod:
condition: service_started
crayfits:
<<: [*common]
crayfits-dev: &crayfits
<<: [*dev, *common]
image: ${ISLANDORA_REPOSITORY}/crayfits:${ISLANDORA_TAG}
fits:
<<: [*common]
networks:
default:
aliases: # Allow access without using the `-dev` or `-prod` suffix.
- crayfits
crayfits-prod:
<<: [*prod, *crayfits]
secrets: *secrets-jwt-public
fits-dev: &fits
<<: [*dev, *common]
image: ${ISLANDORA_REPOSITORY}/fits:${ISLANDORA_TAG}
networks:
default:
aliases: # Allow access without using the `-dev` or `-prod` suffix.
- fits
fits-prod:
<<: [*prod, *fits]
homarus-dev: &homarus
<<: [*dev, *common]
image: ${ISLANDORA_REPOSITORY}/homarus:${ISLANDORA_TAG}
Expand Down

0 comments on commit cb7f82c

Please sign in to comment.