Files
home/Projects/kompose/vault/.env

27 lines
618 B
Bash
Raw Normal View History

2025-10-11 11:45:47 +02:00
# =================================================================
# VAULT Stack Configuration
# =================================================================
2025-10-08 10:35:48 +02:00
# Stack identification
COMPOSE_PROJECT_NAME=vault
# Docker image
DOCKER_IMAGE=vaultwarden/server:latest
2025-10-11 11:45:47 +02:00
# Traefik configuration
TRAEFIK_ENABLED=true
TRAEFIK_HOST=${TRAEFIK_HOST_VAULT}
2025-10-08 10:35:48 +02:00
2025-10-11 11:45:47 +02:00
# Application port
2025-10-08 10:35:48 +02:00
APP_PORT=80
2025-10-11 11:45:47 +02:00
# Additional configuration
2025-10-08 10:35:48 +02:00
WEBSOCKET_ENABLED=true
SIGNUPS_ALLOWED=false
SMTP_SECURITY=force_tls
SMTP_TIMEOUT=15
DOMAIN=https://vault.pivoine.art
2025-10-11 11:45:47 +02:00
# NOTE: Secrets are stored in root secrets.env file
# Available secrets for this stack: