Skip to content

Commit 329a486

Browse files
committed
Removed custom implementation of Mariadb
1 parent f4f6075 commit 329a486

4 files changed

Lines changed: 8 additions & 103 deletions

File tree

config/system.site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
uuid: 73080640-c5bd-4d1c-b7ec-c6683f621b47
2-
name: DrupalStandFoo
2+
name: DrupalStand
33
mail: admin@example.com
44
slogan: ''
55
page:

docker-compose.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,19 @@ services:
4646
- "./webroot:/var/www/webroot:ro"
4747

4848
db:
49-
build:
50-
context: ./docker-src/db
51-
image: ${IMAGE_MAINTAINER}/${PROJECT}-db
49+
image: mariadb:10.4
5250
container_name: ${PROJECT}-db
5351
env_file: environment
5452
volumes:
55-
- database:/var/lib/mysql
53+
- "./docker-src/db/conf:/etc/mysql/conf.d"
54+
- "database:/var/lib/mysql"
5655
networks:
5756
- connector
5857
healthcheck:
59-
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
60-
interval: 15s
61-
timeout: 5s
62-
retries: 5
58+
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
59+
interval: 15s
60+
timeout: 5s
61+
retries: 5
6362

6463
memcache:
6564
image: memcached:1.5-alpine

docker-src/db/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

docker-src/db/files/run.sh

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)