Files
infra/mini-pc/vaultwarden/docker-compose.yml
T
Dmitry dc3ff78d6d
Deploy cloud-pc / deploy (push) Failing after 15s
Deploy mini-pc / deploy (push) Failing after 4s
Deploy ru-vps / deploy (push) Failing after 5s
Refactor Docker Compose configurations and add deployment workflows for cloud-pc and mini-pc services
2026-05-27 15:41:15 +03:00

18 lines
363 B
YAML

services:
vaultwarden:
hostname: vaultwarden
image: vaultwarden/server:latest
network_mode: bridge
ports:
- target: 80
published: "10380"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /opt/data/vaultwarden
target: /data
networks:
default:
name: vaultwarden_default