Skip to content

Commit

Permalink
Fix unused cookiecuter condition into docker-compose.yaml (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv authored Jan 11, 2024
1 parent 14825ef commit 823332e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_dirname}}/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
USER_ID: ${USER_ID:-1000}
USER: ${USER:-appuser}
context: ./{{ cookiecutter.frontend_service_slug }}
dockerfile: ${FRONTEND_DOCKER_FILE:-docker/local.Dockerfile}{% if cookiecutter.backend_type != "none" %}
dockerfile: ${FRONTEND_DOCKER_FILE:-docker/local.Dockerfile}
environment:
- INTERNAL_BACKEND_URL=${INTERNAL_BACKEND_URL:-http://{{ cookiecutter.backend_service_slug }}:{{ cookiecutter.backend_service_port }}{{ '}' }}
- NEXT_PUBLIC_PROJECT_URL=${PROJECT_URL:-https://localhost:8443}
Expand Down

0 comments on commit 823332e

Please sign in to comment.