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:
2
docker/dev/.gitignore
vendored
Normal file
2
docker/dev/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
db/*
|
||||
!db/.gitignore
|
Reference in New Issue
Block a user