Skip to content

Commit

Permalink
Merge pull request #3302 from uselagoon/localdev
Browse files Browse the repository at this point in the history
minor localdev fixup
  • Loading branch information
tobybellwood authored Oct 6, 2022
2 parents 44865c5 + 7ad5f00 commit 77806df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ STERN_VERSION = 2.1.20
CHART_TESTING_VERSION = v3.6.0
KIND_IMAGE = kindest/node:v1.23.6@sha256:b1fa224cc6c7ff32455e0b1fd9cbfd3d3bc87ecaa8fcb06961ed1afb3db0f9ae
TESTS = [nginx,api,features-kubernetes,bulk-deployment,features-kubernetes-2,features-variables,active-standby-kubernetes,tasks,drush,drupal-php80,drupal-postgres,python,gitlab,github,bitbucket,node-mongodb,elasticsearch,workflows]
CHARTS_TREEISH = repoint_services
CHARTS_TREEISH = main
TASK_IMAGES = task-activestandby

# Symlink the installed kubectl client if the correct version is already
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ services:
command: yarn run dev
environment:
- NODE_ENV=development
- KEYCLOAK_API=http://localhost:8088/auth
- GRAPHQL_API=http://localhost:3000/graphql
ports:
- '8888:3003'
actions-handler:
Expand Down Expand Up @@ -220,7 +222,7 @@ services:
ports:
- '5000:5000'
drush-alias:
image: uselagoon}drush-alias:latest
image: uselagoon/drush-alias:latest
ports:
- '8087:8080'
labels:
Expand Down

0 comments on commit 77806df

Please sign in to comment.