Docker-Compose: add readme with snippets
This commit is contained in:
parent
6d65d0f1fe
commit
8b90ac3eb9
1 changed files with 20 additions and 0 deletions
20
Docker/Docker-Compose/README.md
Normal file
20
Docker/Docker-Compose/README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# My Docker Compose Stacks
|
||||
|
||||
Every subdirectory is its own stack.
|
||||
|
||||
## Snippets
|
||||
|
||||
### Loki logging
|
||||
|
||||
```YAML
|
||||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
loki-url: "${LOKI_URL:-http://localhost:3100/loki/api/v1/push}"
|
||||
```
|
||||
|
||||
```ENV
|
||||
# Loki log monitoring
|
||||
LOKI_URL=
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue