Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Add longer mysql timeout #292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 0 additions & 4 deletions assets/docker/docker-compose.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ services:
# MYSQL Credentials in mysql.env
env_file:
- "${DKTL_DIRECTORY}/assets/docker/mysql.env"
volumes:
# MySQL configuration overrides
- "${DKTL_DIRECTORY}/assets/docker/etc/mysql/my.cnf:/etc/mysql/conf.d/z_my.cnf"

# CLI node
# Used for all console commands and tools.
cli:
Expand Down
22 changes: 0 additions & 22 deletions assets/docker/etc/mysql/my.cnf

This file was deleted.

1 change: 1 addition & 0 deletions assets/docker/mysql.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ MYSQL_ROOT_PASSWORD=admin123
MYSQL_USER=drupal
MYSQL_PASSWORD=123
MYSQL_DATABASE=drupal
MYSQL_WAIT_TIMEOUT=28800