You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some issues found when Anders and Dan both ran docker-compose on the dev server.
The anders user is running the docker compose in the directories cli and db.
Then both anders and dan want to run webserver. The dan user does these changes:
Changes to TRAEFIK_FRONTEND_END in .env
Volumes: changing to make them to absolute directories:
- "traefik.http.routers.imagedbweb-dan.rule=Host(`${TRAEFIK_FRONTEND_URL?You need to specify env TRAEFIK_FRONTEND_URL, e.g. TRAEFIK_FRONTEND_URL=name.my-domain.com}`)"
- "traefik.http.routers.imagedbweb-dan.entrypoints=websecure"
- "traefik.http.routers.imagedbweb-dan.tls.certresolver=myresolver"
Some issues found when Anders and Dan both ran docker-compose on the dev server.
The
anders
user is running the docker compose in the directoriescli
anddb
.Then both
anders
anddan
want to runwebserver
. Thedan
user does these changes:Changes to
TRAEFIK_FRONTEND_END
in.env
Volumes: changing to make them to absolute directories:
Service and container name
Traefik route name in under
label
:Port exposed to
traefik
:The text was updated successfully, but these errors were encountered: