initial commit #3

This commit is contained in:
Schneider Roland 2024-12-29 14:29:08 +01:00
parent 020272b042
commit fa80afd797
2 changed files with 3 additions and 3 deletions

View File

@ -9,4 +9,4 @@ echo "build image ${TAG} from folder ${PROJECT_ROOT}"
cd $PROJECT_ROOT
docker build -t $TAG .
docker build --platform linux/amd64 -t $TAG .

View File

@ -2,11 +2,11 @@ services:
vaultwarden:
labels:
- traefik.http.routers.yoga.rule=Host(`yoga.rschneider.net`)
- traefik.http.routers.yoga.tls=false
- traefik.http.routers.yoga.tls=true
- traefik.http.routers.yoga.service=yoga
- traefik.http.services.yoga.loadbalancer.server.port=80
- traefik.http.routers.yoga-public.rule=Host(`yoga.rschneider.hu`)
- traefik.http.routers.yoga-public.tls=false
- traefik.http.routers.yoga-public.tls=true
- traefik.http.routers.yoga-public.service=yoga-public
- traefik.http.services.yoga-public.loadbalancer.server.port=80
# - traefik.http.middlewares.test-redirectscheme.redirectscheme.scheme=https