Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
+ MYSQL_PASSWORD: drupal
+ <<: *default-user
+ ports:
+ - '3306'
+ - '3306' # Database port in a container. Find port on host with `ahoy info` or `docker compose port database2 3306`.
+ labels:
+ lagoon.type: none
+ lagoon.type: mariadb # See https://docs.lagoon.sh/using-lagoon-advanced/service-types/
+
redis:
image: uselagoon/valkey-8:__VERSION__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
+ MYSQL_PASSWORD: drupal
+ <<: *default-user
+ ports:
+ - '3306'
+ - '3306' # Database port in a container. Find port on host with `ahoy info` or `docker compose port database2 3306`.
+ labels:
+ lagoon.type: none
+ lagoon.type: mariadb # See https://docs.lagoon.sh/using-lagoon-advanced/service-types/
+
redis:
image: uselagoon/valkey-8:__VERSION__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
+ MYSQL_PASSWORD: drupal
+ <<: *default-user
+ ports:
+ - '3306'
+ - '3306' # Database port in a container. Find port on host with `ahoy info` or `docker compose port database2 3306`.
+ labels:
+ lagoon.type: none
+ lagoon.type: mariadb # See https://docs.lagoon.sh/using-lagoon-advanced/service-types/
+
redis:
image: uselagoon/valkey-8:__VERSION__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
+ MYSQL_PASSWORD: drupal
+ <<: *default-user
+ ports:
+ - '3306'
+ - '3306' # Database port in a container. Find port on host with `ahoy info` or `docker compose port database2 3306`.
+ labels:
+ lagoon.type: none
+ lagoon.type: mariadb # See https://docs.lagoon.sh/using-lagoon-advanced/service-types/
+
redis:
image: uselagoon/valkey-8:__VERSION__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
+ MYSQL_PASSWORD: drupal
+ <<: *default-user
+ ports:
+ - '3306'
+ - '3306' # Database port in a container. Find port on host with `ahoy info` or `docker compose port database2 3306`.
+ labels:
+ lagoon.type: none
+ lagoon.type: mariadb # See https://docs.lagoon.sh/using-lagoon-advanced/service-types/
+
redis:
image: uselagoon/valkey-8:__VERSION__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
+ MYSQL_PASSWORD: drupal
+ <<: *default-user
+ ports:
+ - '3306'
+ - '3306' # Database port in a container. Find port on host with `ahoy info` or `docker compose port database2 3306`.
+ labels:
+ lagoon.type: none
+ lagoon.type: mariadb # See https://docs.lagoon.sh/using-lagoon-advanced/service-types/
+
redis:
image: uselagoon/valkey-8:__VERSION__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
+ MYSQL_PASSWORD: drupal
+ <<: *default-user
+ ports:
+ - '3306'
+ - '3306' # Database port in a container. Find port on host with `ahoy info` or `docker compose port database2 3306`.
+ labels:
+ lagoon.type: none
+ lagoon.type: mariadb # See https://docs.lagoon.sh/using-lagoon-advanced/service-types/
+
redis:
image: uselagoon/valkey-8:__VERSION__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
+ MYSQL_PASSWORD: drupal
+ <<: *default-user
+ ports:
+ - '3306'
+ - '3306' # Database port in a container. Find port on host with `ahoy info` or `docker compose port database2 3306`.
+ labels:
+ lagoon.type: none
+ lagoon.type: mariadb # See https://docs.lagoon.sh/using-lagoon-advanced/service-types/
+
redis:
image: uselagoon/valkey-8:__VERSION__
Expand Down
2 changes: 1 addition & 1 deletion .vortex/tests/phpunit/Fixtures/docker-compose.env.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
},
"image": "uselagoon/mysql-8.4:VERSION",
"labels": {
"lagoon.type": "none"
"lagoon.type": "mariadb"
},
"networks": {
"default": null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
},
"image": "uselagoon/mysql-8.4:VERSION",
"labels": {
"lagoon.type": "none"
"lagoon.type": "mariadb"
},
"networks": {
"default": null
Expand Down
2 changes: 1 addition & 1 deletion .vortex/tests/phpunit/Fixtures/docker-compose.env_mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
},
"image": "uselagoon/mysql-8.4:VERSION",
"labels": {
"lagoon.type": "none"
"lagoon.type": "mariadb"
},
"networks": {
"default": null
Expand Down
2 changes: 1 addition & 1 deletion .vortex/tests/phpunit/Fixtures/docker-compose.noenv.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
},
"image": "uselagoon/mysql-8.4:VERSION",
"labels": {
"lagoon.type": "none"
"lagoon.type": "mariadb"
},
"networks": {
"default": null
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ services:
MYSQL_PASSWORD: drupal
<<: *default-user
ports:
- '3306'
- '3306' # Database port in a container. Find port on host with `ahoy info` or `docker compose port database2 3306`.
labels:
lagoon.type: none
lagoon.type: mariadb # See https://docs.lagoon.sh/using-lagoon-advanced/service-types/
#;> MIGRATION

#;< SERVICE_REDIS
Expand Down