File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,5 @@ STAGE_FILE_PROXY_ORIGIN_DIR=tyoyrittaminen5ce88prod
1919
2020COMPOSE_PROFILES =
2121
22- # Docker image
23- DRUPAL_IMAGE = ghcr.io/city-of-helsinki/drupal-web:8.3
24-
2522# Public webroot
2623DRUPAL_WEBROOT = public
Original file line number Diff line number Diff line change 11services :
22 app :
33 container_name : " ${COMPOSE_PROJECT_NAME}-app"
4- image : " ${DRUPAL_IMAGE}"
4+ image : " ${DRUPAL_IMAGE:-ghcr.io/city-of-helsinki/drupal-web:8.4 }"
55 hostname : " ${COMPOSE_PROJECT_NAME}"
66 volumes :
77 - .:/app:delegated
@@ -118,7 +118,7 @@ services:
118118 profiles :
119119 - search
120120 elastic :
121- image : docker.elastic.co/elasticsearch/elasticsearch:8.18.2
121+ image : docker.elastic.co/elasticsearch/elasticsearch:8.19.3
122122 container_name : " ${COMPOSE_PROJECT_NAME}-elastic"
123123 environment :
124124 - node.name="${COMPOSE_PROJECT_NAME}-elastic"
You can’t perform that action at this time.
0 commit comments