- Some server with public
IP
address and Docker Compose installed. - Configured
DNS
records of services listed in docker-compose.yaml (.env.example).- All records should point to the same
IP
address of the server as required by thetraefik
reverse proxy.
- All records should point to the same
- Clone this repository.
- Go to cloned repository.
- Copy
.env.example
to.env
and update the values. - Run
docker compose up -d --remove-orphans
to start the services. - Run
docker compose down
to stop the services.