feat: Integrate Traefik for API and web routing with TLS, updating build workflow to use new HTTPS API endpoints.
Build & Push Hospitality / build-and-push (push) Successful in 3m41s

This commit is contained in:
steinhelge
2025-11-25 20:00:54 +01:00
parent 07af11b541
commit bde8e8bedc
3 changed files with 34 additions and 32 deletions
+2 -2
View File
@@ -45,9 +45,9 @@ jobs:
- name: Build Frontend (${{ env.TAG }})
run: |
if [ "$TAG" = "dev" ]; then
API_URL="http://t610:5005/api"
API_URL="https://hospitality-dev-api.theriise.net/api"
else
API_URL="http://t610:5004/api"
API_URL="https://hospitality-api.theriise.net/api"
fi
docker build \