This project uses Docker Compose and Traefik to run a multi-container application.
- Docker
- Docker Compose
- sudo docker-compose --env-file .env up -d
All of the configuration for the application is stored in the docker-compose.yaml
file and the traefik/traefik.yaml
file. You can customize these files to suit your needs.