Skip to content

Commit

Permalink
chore: Linux EOL
Browse files Browse the repository at this point in the history
rebase
  • Loading branch information
Siddharth committed Nov 6, 2023
1 parent 12ff583 commit 5391f99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev/docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ services:
apollo-router:
image: ghcr.io/apollographql/router:v1.25.0
ports:
- 4004:4004
- 4004:4004
extra_hosts:
- "bats-tests:host-gateway"
environment:
- APOLLO_ROUTER_SUPERGRAPH_PATH=/repo/dev/supergraph.graphql
- APOLLO_ROUTER_CONFIG_PATH=/repo/dev/router.yaml
- APOLLO_ROUTER_SUPERGRAPH_PATH=/repo/dev/supergraph.graphql
- APOLLO_ROUTER_CONFIG_PATH=/repo/dev/router.yaml
volumes:
- ${HOST_PROJECT_PATH:-.}/config/apollo-federation:/repo/dev
- ${HOST_PROJECT_PATH:-.}/config/apollo-federation:/repo/dev
depends_on:
- otel-agent
redis:
Expand Down Expand Up @@ -231,4 +231,4 @@ services:
svix-pg:
image: postgres:14.1
environment:
POSTGRES_PASSWORD: postgres
POSTGRES_PASSWORD: postgres

0 comments on commit 5391f99

Please sign in to comment.