Some checks failed
checks / k8s (push) Failing after 1m42s
checks / pre-commit (push) Failing after 1m54s
checks / tflint (push) Failing after 1m42s
Kaniko deployments / nextcloud (push) Failing after 1m41s
OpenTofu deployments / adguard (push) Failing after 1m32s
OpenTofu deployments / authentik (push) Failing after 1m44s
12 lines
306 B
YAML
12 lines
306 B
YAML
---
|
|
services:
|
|
vaultwarden:
|
|
image: vaultwarden/server:1.32.4-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
|