Initial commit
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
vw-data/
|
||||
app.env
|
||||
3
app-public.env
Normal file
3
app-public.env
Normal file
@@ -0,0 +1,3 @@
|
||||
WEBSOCKET_ENABLED=true
|
||||
ADMIN_TOKEN=
|
||||
BW_DEFAULT_LOCALE=fr
|
||||
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
vaultwarden-interstices:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden-interstices
|
||||
restart: always
|
||||
volumes:
|
||||
- ./vw-data:/data
|
||||
env_file:
|
||||
- app.env
|
||||
networks:
|
||||
- reverse-proxy
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user