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