Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traefik error with docker-compose #9

Open
Lyla-Fischer opened this issue Oct 7, 2022 · 1 comment
Open

Traefik error with docker-compose #9

Lyla-Fischer opened this issue Oct 7, 2022 · 1 comment

Comments

@Lyla-Fischer
Copy link

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}"
@MariaPaypoint
Copy link

MariaPaypoint commented Nov 6, 2022

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants