feat: adds the possibility of using docker for local deployment using docker-compose.

- nginx
- phpmyadmin
- php v8.2
- redis
- mysql
- supervisor
This commit is contained in:
Vagner Cardoso
2023-11-04 20:53:50 -03:00
parent 0ca47622a5
commit 74ad263193
12 changed files with 305 additions and 7 deletions

3
.gitignore vendored
View File

@ -17,5 +17,6 @@ yarn-error.log
composer.phar
composer.lock
yarn.lock
docker-compose.yml
.DS_Store
/**/docker/redis-data/*
/**/docker/mysql-data/*