Skip to content

Commit

Permalink
fix: e2e commit_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Nov 25, 2023
1 parent 3e7837c commit 02e039f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
POSTGRES_DB: ytfe2e

server:
image: ghcr.io/yes-theory-fam/yestheory-family-server:pr-234
image: ghcr.io/yes-theory-fam/yestheory-family-server:COMMIT_HASH
hostname: server
ports:
- "5000:5000"
Expand All @@ -32,7 +32,7 @@ services:
- postgres

web:
image: ghcr.io/yes-theory-fam/yestheory-family-web:pr-234
image: ghcr.io/yes-theory-fam/yestheory-family-web:COMMIT_HASH
environment:
SERVER_BACKEND_GRAPHQL_URL: http://server:5000/graphql
FRONTEND_URL: http://web:3000
Expand All @@ -42,7 +42,7 @@ services:
- server

cms:
image: ghcr.io/yes-theory-fam/yestheory-family-cms:pr-234
image: ghcr.io/yes-theory-fam/yestheory-family-cms:COMMIT_HASH
environment:
MONGODB_URI: mongodb://mongo/cms
ENABLE_DATASEEDER: "true"
Expand Down

0 comments on commit 02e039f

Please sign in to comment.