Skip to content

Commit 06bf830

Browse files
authored
Drupal template fixes pr 1.x (#138)
* Adding a Drupal 9 template to ce-dev. * Testing nodejs version change with blank template. * Incrementing version for release. * There's no drupal9 template for ce-deploy. * Updating Drupal templates. * Removing docs steps for ansible because they cannot work. * Suppressing unattended-upgrades. * Adding composer plugins to Drupal 8 deployments. * Adding the phpcodesniffer plugin for D8. * Updating PHP versions for templates. * Downgrading Drupal and drush for LGD. * LGD prebuilt template needs to use drupal9 images.
1 parent 2746cd5 commit 06bf830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/localgov/ce-dev/ce-dev.compose.prebuilt.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ x-ce_dev:
1111
- 'https://www.{{ project_name }}.local'
1212
services:
1313
web:
14-
image: 'codeenigma/drupal8-web:latest'
14+
image: 'codeenigma/drupal9-web:latest'
1515
platform: linux/amd64
1616
cgroup: host
1717
expose:
@@ -36,7 +36,7 @@ services:
3636
cap_add:
3737
- NET_ADMIN
3838
db:
39-
image: 'codeenigma/drupal8-db:latest'
39+
image: 'codeenigma/drupal9-db:latest'
4040
platform: linux/amd64
4141
environment:
4242
MYSQL_ROOT_PASSWORD: ce-dev

0 commit comments

Comments
 (0)