2020-10-28 05:21:19 +01:00
|
|
|
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
|
2023-02-19 15:04:12 +01:00
|
|
|
docker compose -f basic.yml up -d
|
2020-10-28 05:21:19 +01:00
|
|
|
```
|