From 7ad5f003537cc9bff0897da591e3bebf1e83d722 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 6 Oct 2022 14:06:58 +1100 Subject: [PATCH] minor fixup --- Makefile | 2 +- docker-compose.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c13ea41ef2..dbdde48284 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/docker-compose.yaml b/docker-compose.yaml index 31b0609755..c6801c95a5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: @@ -220,7 +222,7 @@ services: ports: - '5000:5000' drush-alias: - image: uselagoon}drush-alias:latest + image: uselagoon/drush-alias:latest ports: - '8087:8080' labels: