Doku: Docker-Stacks unter guests/vm101-ubuntu.

Compose und stack-relevante Config ohne Volumes/Daten; Secrets REDACTED.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
root
2026-06-28 11:05:53 +02:00
parent 2edf5e69b1
commit 5a4f7a7333
21 changed files with 732 additions and 1 deletions
@@ -0,0 +1,24 @@
x-logging: &default-logging
driver: json-file
options:
max-size: "50m"
max-file: "3"
services:
vaultwarden:
logging: *default-logging
image: vaultwarden/server:latest
restart: always
environment:
- WEBSOCKET_ENABLED=true
- ADMIN_TOKEN=REDACTED
- SIGNUPS_ALLOWED=true
volumes:
- ./data:/data
networks:
docbr0:
ipv4_address: 10.2.2.18
networks:
docbr0:
logging: *default-logging
external: true