Skip to content

Commit

Permalink
[#1084] Temporary revert the ability to set DREVOPS_LOCALDEV_URL from…
Browse files Browse the repository at this point in the history
… .env file. (#1150)
  • Loading branch information
AlexSkrypnyk authored Jan 22, 2024
1 parent d63cf8f commit ca8a738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ x-user: &default-user
x-environment: &default-environment
TZ: ${DREVOPS_TZ:-Australia/Melbourne}
# Local development URL.
DREVOPS_LOCALDEV_URL: &default-url ${DREVOPS_LOCALDEV_URL:-${COMPOSE_PROJECT_NAME:-example-site}.docker.amazee.io}
DREVOPS_LOCALDEV_URL: &default-url ${COMPOSE_PROJECT_NAME:-example-site}.docker.amazee.io
# Local development route used in Lagoon images and Pygmy to route requests.
LAGOON_ROUTE: *default-url
# Local database host (not used in production).
Expand Down

0 comments on commit ca8a738

Please sign in to comment.