Skip to content

Conversation

@daclouds
Copy link
Collaborator

@daclouds daclouds commented Nov 8, 2025

Due to the way Traefik Router handles routing,
we need to rewrite url in the development environment when using docker-compose.dev.yml

production (docker-compose.yml)

  • (frontend) /api/xxx -> (Traefik) /api/v1/xxx -> (backend) /v1/xxx

development (docker-compose.dev.yml)

  • (frontend) /api/xxx -> (backend) hostname:8000/v1/xxx

Copy link
Collaborator

@hu6r1s hu6r1s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

그래서 Swagger로 실행도 안되더라구요

@daclouds daclouds force-pushed the feat/getcloser-frontend-redirect branch from b66b5eb to b457dea Compare November 10, 2025 13:02
@daclouds daclouds merged commit a9aa510 into main Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants