docker switching to docker compose
The initial docker configuration wasn't working correctly, so this was an opportunity to switch to a docker-compose to manage individual services. This allowed to also better fit the docker philosophy of lightweight containers that manage only a single services and/or process
docker/Dockerfile
0 → 100644
docker/docker-compose.yml
0 → 100644
docker/mysql/create_db.sql
0 → 100644
docker/postfix/Dockerfile
0 → 100644
docker/reporter/Dockerfile
0 → 100644
docker/reporter/crontab
0 → 100644
docker/vidjil/conf/conf.js
0 → 100644
Please register or sign in to comment