full-stack-fastapi-postgresql icon indicating copy to clipboard operation
full-stack-fastapi-postgresql copied to clipboard

Traefik error with docker-compose

Open Lyla-Fischer opened this issue 2 years ago • 1 comments

Thank you so much for maintaining this cookiecutter repo! I am currently trying it out to see if it will work for a project, and was hoping to get it set up in local development only. However, it seems like docker-compose wants me to have a load balancer set up on my development machine, which I really do not want to do. Any ideas how I can proceed? I'm happy to do some development work and commit it back to the community, if that's what it takes.

For reference: the error that I'm getting is

ERROR: Invalid interpolation format for "proxy" option in service "services": "${TRAEFIK_PUBLIC_NETWORK?Variable not set}"

Lyla-Fischer avatar Oct 07 '22 01:10 Lyla-Fischer

Set the version of docker compose in docker-compose.yml and docker-compose.override.yml like this (at the top of the files): version: "3.3"

MariaPaypoint avatar Nov 06 '22 21:11 MariaPaypoint