This commit introduces a MySQL container and an Adminer container to the docker-compose.yml file. The dependencies list was also updated, swapping the 'app' and 'db' listings to ensure the correct start-up order. An additional MySQL configuration file was added to mitigate heavy CPU usage. A new .gitignore file is also introduced to avoid unintended inclusion of database files in version control.

This commit is contained in:
2023-06-28 21:43:39 +06:00
parent a35b8db281
commit fcf7cfa584
3 changed files with 32 additions and 1 deletions

2
docker/dev/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
db/*
!db/.gitignore