Skip to content

Commit

Permalink
U
Browse files Browse the repository at this point in the history
  • Loading branch information
joswig authored Jul 26, 2024
1 parent ed1336e commit c6b2dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
AERIE_DB_PORT: 5432
GATEWAY_DB_USER: "${GATEWAY_USERNAME}"
GATEWAY_DB_PASSWORD: "${GATEWAY_PASSWORD}"
image: 'ghcr.io/nasa-ammos/aerie-gateway:develop'
image: 'ghcr.io/nasa-ammos/aerie-gateway:dev-2.11.2'
ports: ['9000:9000']
restart: always
volumes:
Expand Down Expand Up @@ -108,7 +108,7 @@ services:
PUBLIC_HASURA_CLIENT_URL: http://localhost:8080/v1/graphql
PUBLIC_HASURA_SERVER_URL: http://hasura:8080/v1/graphql
PUBLIC_HASURA_WEB_SOCKET_URL: ws://localhost:8080/v1/graphql
image: 'ghcr.io/nasa-ammos/aerie-ui:develop'
image: 'ghcr.io/nasa-ammos/aerie-ui:dev-2.11.2'
ports: ['80:80']
restart: always
aerie_merlin_worker_1:
Expand Down

0 comments on commit c6b2dbb

Please sign in to comment.