mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
16 lines
362 B
YAML
16 lines
362 B
YAML
# the webserver can take a while to start up, so don't be alarmed if it takes a few minutes to get a response
|
|
services:
|
|
vaultwarden:
|
|
image: vaultwarden/server:1.33.2
|
|
restart: always
|
|
environment:
|
|
DOMAIN: ${DOMAIN}
|
|
SIGNUPS_ALLOWED: ${SIGNUPS_ALLOWED}
|
|
volumes:
|
|
- vaultwarden:/data
|
|
expose:
|
|
- 80
|
|
|
|
volumes:
|
|
vaultwarden:
|