migrate to compose-projects folder and init repo
This commit is contained in:
5
vaultwarden/.env
Normal file
5
vaultwarden/.env
Normal file
@@ -0,0 +1,5 @@
|
||||
DOMAIN=http://vaultwarden.ccalifice.com/
|
||||
ADMIN_TOKEN=yuioqzkjiouqeiu3948sdnasdnmk239!!!asdakj&&
|
||||
WEB_VAULT_ENABLED=true
|
||||
WEBSOCKET_ENABLED=true
|
||||
TZ=America/Sao_Paulo
|
||||
11
vaultwarden/docker-compose.yml
Executable file
11
vaultwarden/docker-compose.yml
Executable file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./vw-data:/data
|
||||
ports:
|
||||
- 8080:80
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user