feat: add OTP and Passkey Tools to Toolbox 0.11.0
This commit is contained in:
+16
-3
@@ -6,9 +6,9 @@ services:
|
||||
context: .
|
||||
dockerfile: Containerfile.release
|
||||
args:
|
||||
TOOLBOX_RELEASE_VERSION: "${TOOLBOX_RELEASE_VERSION:-0.10.0}"
|
||||
TOOLBOX_RELEASE_SHA256: "${TOOLBOX_RELEASE_SHA256:-de6f1afc3f0ec08ee1a8afd80d874832cbf905d0d50f62060e6985be9f5e0019}"
|
||||
image: "git.add-ideas.de/lotobo/toolbox:${TOOLBOX_RELEASE_VERSION:-0.10.0}"
|
||||
TOOLBOX_RELEASE_VERSION: "${TOOLBOX_RELEASE_VERSION:-0.11.0}"
|
||||
TOOLBOX_RELEASE_SHA256: "${TOOLBOX_RELEASE_SHA256:-752c91606ba4249da8eb0a6d2d062b9dfe10fec988f16d428ba1c9b899ba4771}"
|
||||
image: "git.add-ideas.de/lotobo/toolbox:${TOOLBOX_RELEASE_VERSION:-0.11.0}"
|
||||
restart: unless-stopped
|
||||
read_only: true
|
||||
tmpfs:
|
||||
@@ -38,6 +38,19 @@ services:
|
||||
traefik.http.middlewares.addideas-toolbox-https-redirect.redirectscheme.scheme: https
|
||||
traefik.http.middlewares.addideas-toolbox-https-redirect.redirectscheme.permanent: "true"
|
||||
traefik.http.services.addideas-toolbox.loadbalancer.server.port: "8080"
|
||||
traefik.http.routers.addideas-auth.rule: "Host(`${AUTH_TOOLS_HOST:-auth.toolbox.add-ideas.de}`)"
|
||||
traefik.http.routers.addideas-auth.priority: 1000
|
||||
traefik.http.routers.addideas-auth.entrypoints: websecure
|
||||
traefik.http.routers.addideas-auth.tls: "true"
|
||||
traefik.http.routers.addideas-auth.tls.certresolver: "${TRAEFIK_CERT_RESOLVER:-netcup}"
|
||||
traefik.http.routers.addideas-auth.middlewares: addideas-auth-prefix
|
||||
traefik.http.routers.addideas-auth.service: addideas-toolbox
|
||||
traefik.http.routers.addideas-auth-http.rule: "Host(`${AUTH_TOOLS_HOST:-auth.toolbox.add-ideas.de}`)"
|
||||
traefik.http.routers.addideas-auth-http.priority: 1000
|
||||
traefik.http.routers.addideas-auth-http.entrypoints: web
|
||||
traefik.http.routers.addideas-auth-http.middlewares: addideas-toolbox-https-redirect
|
||||
traefik.http.routers.addideas-auth-http.service: addideas-toolbox
|
||||
traefik.http.middlewares.addideas-auth-prefix.addprefix.prefix: /apps/auth
|
||||
|
||||
networks:
|
||||
internal:
|
||||
|
||||
Reference in New Issue
Block a user