From 18d5e977e54ae4724554b2bb2cba136ba3ada254 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 30 Oct 2025 09:44:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20update=20API=20path=20in?= =?UTF-8?q?=20docker-compose-staging.yml=20for=20correct=20endpoint=20conf?= =?UTF-8?q?iguration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 ++ docker-compose-staging.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index fa5e420..6b40982 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -105,6 +105,7 @@ jobs: # read .env set -o allexport . ./.env + . ./api/config.yml.env set +o allexport # replace / with - @@ -136,6 +137,7 @@ jobs: # read .env set -o allexport . ./.env + . ./api/config.yml.env set +o allexport diff --git a/docker-compose-staging.yml b/docker-compose-staging.yml index b6dfe4c..e4b49f3 100644 --- a/docker-compose-staging.yml +++ b/docker-compose-staging.yml @@ -7,7 +7,7 @@ services: #INDEX: spa.html SSR: https://dev-tibi-server.staging.testversion.online/api/v1/_/${TIBI_NAMESPACE}/ssr?url= WEBROOT: /data - API: /tibiapi:https://dev-tibi-server.staging.testversion.online/api/v1/_/${TIBI_NAMESPACE} + API: /api:https://dev-tibi-server.staging.testversion.online/api/v1/_/${TIBI_NAMESPACE} PORT: 80 labels: traefik.enable: "true"