Update compose.yaml
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
image: vaultwarden/server:latest
|
||||
container_name: vaultwarden
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- hydra-local
|
||||
environment:
|
||||
DOMAIN: "https://vault.doeringer.eu"
|
||||
LOGIN_RATELIMIT_MAX_BURST: 10
|
||||
@@ -26,3 +28,8 @@ services:
|
||||
- /opt/90_Security/vw-data/:/data/
|
||||
ports:
|
||||
- 127.0.0.1:8000:80
|
||||
|
||||
|
||||
networks:
|
||||
hydra-local:
|
||||
external: true
|
||||
Reference in New Issue
Block a user