added newest versions of all compose files
This commit is contained in:
30
vaultwarden/docker-compose.yml
Normal file
30
vaultwarden/docker-compose.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
|
||||
# Vaultwarden
|
||||
# A Rust implimentation of the Open Source Bitwarden app
|
||||
# dani-garcia
|
||||
# ↳ https://github.com/dani-garcia/vaultwarden
|
||||
# ↳ https://github.com/dani-garcia/vaultwarden/wiki
|
||||
|
||||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
# ports:
|
||||
# - 80:80
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /home/fxequals/docker/vaultwarden/data:/data
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
Reference in New Issue
Block a user