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