add and update stuff
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
volumes:
|
||||
- data:/data/
|
||||
networks:
|
||||
- caddy
|
||||
- postgres
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
external: true
|
||||
name: "caddy"
|
||||
postgres:
|
||||
external: true
|
||||
name: "postgres"
|
||||
Reference in New Issue
Block a user