Compare commits
17
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dea31199f9 | ||
|
|
1309c81d32 | ||
|
|
ca2c97c8c9 | ||
|
|
aa1aa405b0 | ||
|
|
66170a3236 | ||
|
|
45d84e9cc1 | ||
|
|
3fbc6e8c7c | ||
|
|
af645a8125 | ||
|
|
95242601c9 | ||
|
|
cc73e80893 | ||
|
|
b53046fa82 | ||
|
|
c631c719d2 | ||
|
|
b7023b387a | ||
|
|
f676d9b617 | ||
|
|
d1e1ea908f | ||
|
|
9d5acfc5c4
|
||
|
|
f18c6e7b61 |
@@ -34,3 +34,5 @@ TX="Europe/Berlin"
|
||||
# If SMTP isn't working, enable this line to debug
|
||||
# remember to disable it after debugging
|
||||
#SMTP_DEBUG=true
|
||||
|
||||
#DISABLE_IPV6=0
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> Open source password manager
|
||||
|
||||
<!-- metadata -->
|
||||
* **Maintainer**: [@fauno](https://git.coopcloud.tech/fauno), [@ammaratef45](https://git.coopcloud.tech/ammaratef45)
|
||||
* **Maintainer**: [@fauno](https://git.coopcloud.tech/fauno), [@ammaratef45](https://git.coopcloud.tech/ammaratef45), Local-IT: [@moritz](https://git.coopcloud.tech/moritz), [@msimon](https://git.coopcloud.tech/simon), [@carla](https://git.coopcloud.tech/carla)
|
||||
* **Category**: Apps
|
||||
* **Status**: 2, beta
|
||||
* **Image**: [`vaultwarden/server`](https://hub.docker.com/vaultwarden/server), 4, upstream
|
||||
|
||||
+4
-2
@@ -3,10 +3,12 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: vaultwarden/server:1.36.0
|
||||
image: vaultwarden/server:1.37.2
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=${DISABLE_IPV6:-1}
|
||||
environment:
|
||||
- "DOMAIN=https://$DOMAIN"
|
||||
- "WEBSOCKET_ENABLED=$WEBSOCKET_ENABLED"
|
||||
@@ -43,7 +45,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.2.0+1.36.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.3.3+1.37.2"
|
||||
- "backupbot.backup=true"
|
||||
- "backupbot.backup.path=/data"
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
To enable ipv6 set DISABLE_IPV6=0
|
||||
+4
-1
@@ -5,6 +5,9 @@
|
||||
],
|
||||
"reviewers": [
|
||||
"ammaratef45",
|
||||
"fauno"
|
||||
"fauno",
|
||||
"moritz",
|
||||
"simon",
|
||||
"carla"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user