Skip to content

Commit

Permalink
Merge pull request #109 from govCMS/fix/local-resolver
Browse files Browse the repository at this point in the history
Added missing RESTY_RESOLVER env var.
  • Loading branch information
steveworley authored Sep 25, 2024
2 parents 111fe07 + 711fa14 commit b0cdf17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ x-volumes-paas: &paas-volumes
- .:/app:delegated

x-environment: &default-environment
RESTY_RESOLVER: 8.8.8.8
STAGE_FILE_PROXY_URL: ${STAGE_FILE_PROXY_URL:-}
LAGOON_ENVIRONMENT_TYPE: ${LAGOON_ENVIRONMENT_TYPE:-}
LAGOON_PROJECT: *lagoon-project
Expand Down

0 comments on commit b0cdf17

Please sign in to comment.