Skip to content

Commit

Permalink
🐛 (backend): Make sure everything works + fix stuff that doesn't
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-sized-emi authored and d135-1r43 committed Dec 4, 2024
1 parent 6dd37e2 commit 7ff2632
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions infrastructure/hopps-app/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
org:
image: ghcr.io/hopps-app/hopps/org:161
image: ghcr.io/hopps-app/hopps/org:backend-docker-compose-156
ports:
- "8080:8080"
depends_on:
Expand All @@ -11,10 +11,13 @@ services:
- QUARKUS_DATASOURCE_JDBC_URL=jdbc:postgresql://postgres:5432/org
- QUARKUS_KEYCLOAK_ADMIN_CLIENT_SERVER_URL=http://keycloak:8080/
- HOPPS_OPENFGA_URL=http://openfga:8080/
- QUARKUS_OIDC_AUTH_SERVER_URL=http://keycloak:8080/realms/hopps/
- QUARKUS_OIDC_AUTH_SERVER_URL=http://keycloak:8080/realms/hopps
- QUARKUS_OIDC_CREDENTIALS_SECRET=mysecret
- QUARKUS_OIDC_CLIENT_ID=hopps
- QUARKUS_OIDC_TLS_VERIFICATION=none

fin:
image: ghcr.io/hopps-app/hopps/fin:161
image: ghcr.io/hopps-app/hopps/fin:backend-docker-compose-156
ports:
- "8081:8080"
depends_on:
Expand All @@ -29,7 +32,7 @@ services:
- HOPPS_OPENFGA_URL=http://openfga:8080/

az-document-ai:
image: ghcr.io/hopps-app/hopps/az-document-ai:161
image: ghcr.io/hopps-app/hopps/az-document-ai:backend-docker-compose-156
depends_on:
- kafka
environment:
Expand Down

0 comments on commit 7ff2632

Please sign in to comment.