running
This commit is contained in:
parent
330c36ca09
commit
fd36bcf8d4
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal file
@ -0,0 +1,21 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
restart: always
|
||||
environment:
|
||||
- WEBSOCKET_ENABLED=true # Enable WebSocket notifications.
|
||||
- VIRTUAL_HOST=xx.franv.site
|
||||
- LETSENCRYPT_HOST=xx.franv.site
|
||||
|
||||
volumes:
|
||||
- ./data:/data
|
||||
networks:
|
||||
acme-companion_proxy-tier:
|
||||
|
||||
|
||||
networks:
|
||||
acme-companion_proxy-tier:
|
||||
external: true
|
||||
Loading…
Reference in New Issue
Block a user