Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This value intentionally matches the project name on Lagoon.
# It is used to name the CLI_IMAGE to use as a build arg locally.
x-lagoon-project: &lagoon-project
{{ GOVCMS_PROJECT_NAME }}
${COMPOSE_PROJECT_NAME:-{{ GOVCMS_PROJECT_NAME }}}

x-lagoon-local-dev-url: &lagoon-local-dev-url
http://{{ GOVCMS_PROJECT_NAME }}.docker.amazee.io
Expand Down Expand Up @@ -53,7 +53,6 @@ services:
GOVCMS_IMAGE_VERSION: *govcms-image-version
GOVCMS_GITHUB_TOKEN: ${GOVCMS_GITHUB_TOKEN:-}
image: *lagoon-project
container_name: *lagoon-project
labels:
lagoon.type: cli-persistent
lagoon.persistent.name: nginx
Expand Down