Some checks failed
checks / pre-commit (push) Failing after 2m34s
checks / k8s (push) Failing after 2m33s
Kaniko deployments / nextcloud (push) Failing after 1m42s
checks / tflint (push) Failing after 1m43s
OpenTofu deployments / authentik (push) Failing after 2m25s
OpenTofu deployments / adguard (push) Failing after 2m41s
12 lines
306 B
YAML
12 lines
306 B
YAML
---
|
|
services:
|
|
vaultwarden:
|
|
image: vaultwarden/server:1.32.5-alpine
|
|
restart: unless-stopped
|
|
environment:
|
|
DATABASE_URL: ${DATABASE_URL}
|
|
WEB_VAULT_ENABLED: ${WEB_VAULT_ENABLED:-true}
|
|
ports:
|
|
- '8023:80'
|
|
volumes:
|
|
- ${VAULTWARDEN_DATA:-/mnt/nas1/shared/vault}:/data
|