mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 08:53:16 +02:00
22 lines
777 B
YAML
22 lines
777 B
YAML
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
# 🚀 BUILT & MAINTAINED BY THE ALTSTACK
|
|
# 🌍 https://thealtstack.com
|
|
# 💡 Open-source deployment templates for modern self-hosting.
|
|
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
|
|
|
|
|
|
|
|
services:
|
|
bitwarden:
|
|
image: vaultwarden/server:latest
|
|
container_name: bitwarden
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8088:80"
|
|
volumes:
|
|
- bw-data:/data
|
|
|
|
volumes:
|
|
bw-data:
|