mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Add few Docker Compose examples
This commit is contained in:
parent
e74bf260c6
commit
519fbcf581
6 changed files with 130 additions and 0 deletions
13
contrib/docker-compose/README.md
Normal file
13
contrib/docker-compose/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
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 db
|
||||
docker-compose -f basic.yml up
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue