first commit
This commit is contained in:
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DOMAIN: "https://vw.stamand.us"
|
||||
SIGNUPS_ALLOWED: "false"
|
||||
ADMIN_TOKEN: "frosty-sturdily-olive-strive-dubbed-outing"
|
||||
volumes:
|
||||
- ./vw-data/:/data/
|
||||
ports:
|
||||
- 8081:80
|
||||
Reference in New Issue
Block a user