Skip to content

Commit

Permalink
Use dev-2.11.2 for gateway and aerie-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
joswig authored Jul 26, 2024
1 parent 2c6582c commit ed1336e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/docker-compose-many-workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 @@ -110,7 +110,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_workers:
Expand Down

0 comments on commit ed1336e

Please sign in to comment.