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

8
.dockerignore Normal file
View File

@ -0,0 +1,8 @@
vendor/
.github/
docker/
pm2.yaml
init.sh
update.sh
update_dev.sh
.env