mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-05-29 15:35:59 +00:00
24 lines
335 B
YAML
24 lines
335 B
YAML
source: docker
|
|
container_name:
|
|
- gitea
|
|
labels:
|
|
type: gitea
|
|
follow_stdout: true
|
|
follow_stderr: true
|
|
---
|
|
source: docker
|
|
container_name:
|
|
- vaultwarden
|
|
labels:
|
|
type: vaultwarden
|
|
follow_stdout: true
|
|
follow_stderr: true
|
|
---
|
|
source: docker
|
|
container_name:
|
|
- stalwart
|
|
labels:
|
|
type: stalwart
|
|
follow_stdout: true
|
|
follow_stderr: true
|