mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 05:02:52 +02:00
12 lines
259 B
YAML
12 lines
259 B
YAML
services:
|
|
vaultwarden:
|
|
image: vaultwarden/server:1.33.1
|
|
container_name: vaultwarden
|
|
restart: always
|
|
environment:
|
|
DOMAIN: https://${DOMAIN}
|
|
SIGNUPS_ALLOWED: "false"
|
|
volumes:
|
|
- ${DATA_DIR}:/data
|
|
ports:
|
|
- 80:80
|