Skip to content

Commit

Permalink
docker: fix editoast root_url to gateway
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Amsallem <[email protected]>
  • Loading branch information
flomonster authored and leovalais committed Mar 6, 2025
1 parent d7c9dbd commit c36bc82
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 61 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ services:
ports: [ "8090:80" ]
environment:
EDITOAST_PORT: 80
ROOT_URL: "http://osrd-gateway:4000/api"
VALKEY_URL: "redis://valkey"
DATABASE_URL: "postgres://osrd:password@postgres/osrd"
OSRDYNE_API_URL: "http://osrd-osrdyne:4242/"
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
network_mode: host
environment:
EDITOAST_PORT: 8090
ROOT_URL: "http://localhost:4000/api"
OSRDYNE_API_URL: "http://localhost:4242"
VALKEY_URL: "redis://localhost"
DATABASE_URL: "postgres://osrd:password@localhost:5432/osrd"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
ports: [ "8089:8089" ]
environment:
EDITOAST_PORT: 8089
ROOT_URL: "http://osrd-editoast-pr-tests:8089"
ROOT_URL: "http://osrd-gateway-pr-tests:4001/api"
VALKEY_URL: "redis://valkey:6380"
DATABASE_URL: "postgres://osrd:password@postgres:5433/osrd"
TELEMETRY_KIND: "opentelemetry"
Expand Down
Loading

0 comments on commit c36bc82

Please sign in to comment.