mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-12 04:52:47 +01:00
Revert 4642815fccc4a9dba9aefef0c4ed528a588aedad...aefe27b37e375a359dd962d2184bb354543e0e0e on Docker Traefik ModSecurity Setup
parent
e6b562abd2
commit
e86303ca5b
1 changed files with 0 additions and 3 deletions
|
@ -42,7 +42,6 @@ services:
|
||||||
PARANOIA: 1
|
PARANOIA: 1
|
||||||
ANOMALY_INBOUND: 10
|
ANOMALY_INBOUND: 10
|
||||||
ANOMALY_OUTBOUND: 5
|
ANOMALY_OUTBOUND: 5
|
||||||
ALLOWED_METHODS: "GET POST PUT DELETE OPTIONS PATCH HEAD"
|
|
||||||
PROXY: 1
|
PROXY: 1
|
||||||
REMOTEIP_INT_PROXY: "172.20.0.1/16"
|
REMOTEIP_INT_PROXY: "172.20.0.1/16"
|
||||||
BACKEND: "http://vaultwarden:80"
|
BACKEND: "http://vaultwarden:80"
|
||||||
|
@ -59,7 +58,6 @@ services:
|
||||||
- traefik.http.routers.vw-ui-https.rule=Host(`sub.domain.tld`)
|
- traefik.http.routers.vw-ui-https.rule=Host(`sub.domain.tld`)
|
||||||
- traefik.http.routers.vw-ui-https.entrypoints=websecure
|
- traefik.http.routers.vw-ui-https.entrypoints=websecure
|
||||||
- traefik.http.routers.vw-ui-https.tls=true
|
- traefik.http.routers.vw-ui-https.tls=true
|
||||||
- traefik.http.routers.vw-ui-https.tls.certresolver=myresolver
|
|
||||||
- traefik.http.routers.vw-ui-https.service=vw-ui
|
- traefik.http.routers.vw-ui-https.service=vw-ui
|
||||||
- traefik.http.routers.vw-ui-http.rule=Host(`sub.domain.tld`)
|
- traefik.http.routers.vw-ui-http.rule=Host(`sub.domain.tld`)
|
||||||
- traefik.http.routers.vw-ui-http.entrypoints=web
|
- traefik.http.routers.vw-ui-http.entrypoints=web
|
||||||
|
@ -69,7 +67,6 @@ services:
|
||||||
- traefik.http.routers.vw-websocket-https.rule=Host(`sub.domain.tld`) && Path(`/notifications/hub`)
|
- traefik.http.routers.vw-websocket-https.rule=Host(`sub.domain.tld`) && Path(`/notifications/hub`)
|
||||||
- traefik.http.routers.vw-websocket-https.entrypoints=websecure
|
- traefik.http.routers.vw-websocket-https.entrypoints=websecure
|
||||||
- traefik.http.routers.vw-websocket-https.tls=true
|
- traefik.http.routers.vw-websocket-https.tls=true
|
||||||
- traefik.http.routers.vw-websocket-https.tls.certresolver=myresolver
|
|
||||||
- traefik.http.routers.vw-websocket-https.service=vw-websocket
|
- traefik.http.routers.vw-websocket-https.service=vw-websocket
|
||||||
- traefik.http.routers.vw-websocket-http.rule=Host(`sub.domain.tld`) && Path(`/notifications/hub`)
|
- traefik.http.routers.vw-websocket-http.rule=Host(`sub.domain.tld`) && Path(`/notifications/hub`)
|
||||||
- traefik.http.routers.vw-websocket-http.entrypoints=web
|
- traefik.http.routers.vw-websocket-http.entrypoints=web
|
||||||
|
|
Loading…
Reference in a new issue