Skip to content
Discussion options

You must be logged in to vote

The problem is that when you run it with the context menu "compose up" command, it doesn't apply instructions from docker-compose.override.yml and you containers ports are not mapped to the ports on host machine.

To solve this, run stack with docker compose watch CLI command as it's described in docs and then access your services using their ports:

Frontend: http://localhost:5173/

Backend: http://localhost:8000/docs

Adminer: http://localhost:8080/

Traefik UI: http://localhost:8090/

MailCatcher: http://localhost:1080/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants