summaryrefslogtreecommitdiff
path: root/contrib/docker-compose/README.md
blob: f2200d99647939b22c57f43429e066817c0edf8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Docker-Compose Examples
=======================

Here are few Docker Compose examples:

- `basic.yml`: Basic example
- `caddy.yml`: Use Caddy as reverse-proxy with automatic HTTPS
- `traefik.yml`: Use Traefik as reverse-proxy with automatic HTTPS

```bash
docker compose -f basic.yml up -d
```