Skip to content

Commit

Permalink
added profiles back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Severin Kohler committed Apr 22, 2024
1 parent 0dde50a commit d9dfe06
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#https://github.com/docker-library/postgres/issues/146
services:
cdm-db:
#profiles:
# - cdm
profiles:
- cdm
image: cdm_db:latest
build:
context: .
Expand All @@ -25,8 +25,8 @@ services:
retries: 70

eos:
#profiles:
# - eos
profiles:
- eos
image: ghcr.io/sevkohler/eos:latest
environment:
SPRING_DATASOURCE_URL: jdbc:postgresql://cdm-db:5432/postgres
Expand All @@ -46,8 +46,8 @@ services:
condition: service_started # no healthcheck available

ehrbase:
#profiles:
# - ehrbase
profiles:
- ehrbase
image: ehrbase/ehrbase:next
ports:
- 8090:8080
Expand All @@ -70,8 +70,8 @@ services:
restart: on-failure

ehrdb:
#profiles:
# - ehrbase
profiles:
- ehrbase
image: ehrbase/ehrbase-postgres:latest
ports:
- 5433:5432
Expand Down

0 comments on commit d9dfe06

Please # to comment.