first commit with existing files

This commit is contained in:
2025-05-17 13:08:39 +02:00
commit cda37be691
29 changed files with 617 additions and 0 deletions

24
vaultwarden.yaml Normal file
View File

@@ -0,0 +1,24 @@
networks:
frontend:
external: true
services:
app:
image: vaultwarden/server:latest
restart: always
container_name: vaultwarden
#ports:
# - 3012:3012
# - :80
# - :443
volumes:
- /docker/vaultwarden/:/data/
environment:
#- WEBSOCKET_ENABLED=true
- ADMIN_TOKEN=tempToken
- PUSH_ENABLED=true
- PUSH_INSTALLATION_ID= #https://bitwarden.com/host/ us server
- PUSH_INSTALLATION_KEY=
- PUSH_RELAY_BASE_URI=https://push.bitwarden.com
networks:
- frontend