Skip to content

Commit

Permalink
Changed dev stack to have the frontend use a local backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Dec 12, 2024
1 parent 6b18e98 commit 9b5c0aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ services:
ports:
- target: 80
published: 5003
environment:
ARPAV_BACKEND_API_BASE_URL: http://localhost:8877
ARPAV_TOLGEE_BASE_URL: http://localhost:8899

webapp:
image: *webapp-image
Expand Down Expand Up @@ -159,7 +162,7 @@ services:
- "traefik.http.routers.martin-router.entrypoints=web"
ports:
- target: 3000
published: 3000
published: 4000
environment:
DATABASE_URL: postgres://arpav:arpavpassword@db/arpav_ppcv
RUST_LOG: actix_web=info,martin=debug,tokio_postgres=debug
Expand Down

0 comments on commit 9b5c0aa

Please sign in to comment.