Skip to content

Commit

Permalink
Fix e2e commit templating
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Aug 24, 2024
1 parent 3400b0b commit f8e6fc3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
interval: 1s

server:
image: ghcr.io/yes-theory-fam/yestheory-family-server:pr-300
image: ghcr.io/yes-theory-fam/yestheory-family-server:COMMIT_HASH
hostname: server
ports:
- "5000:5000"
Expand All @@ -40,8 +40,7 @@ services:
condition: 'service_healthy'

web:
# TODO revert
image: ghcr.io/yes-theory-fam/yestheory-family-web:pr-300
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 Down

0 comments on commit f8e6fc3

Please sign in to comment.