Skip to content

Commit

Permalink
Only use mariadb-shared on production branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
thom8 committed Nov 27, 2018
1 parent 409f115 commit bd9526d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ tasks:

environments:
master:
types:
mariadb: mariadb-shared
cronjobs:
- name: drush cron
schedule: "*/15 * * * *"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
mariadb:
image: ${MARIADB_DATA_IMAGE:-govcms8lagoon/mariadb-drupal}
labels:
lagoon.type: mariadb-shared
lagoon.type: mariadb
lagoon.image: govcms8lagoon/mariadb-drupal
ports:
- "3306" # Find port on host with `docker-compose port mariadb 3306`
Expand Down

0 comments on commit bd9526d

Please sign in to comment.