🔧 fix: update API path in docker-compose-staging.yml for correct endpoint configuration

This commit is contained in:
2025-10-30 09:44:17 +00:00
parent ae39987c7d
commit 18d5e977e5
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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"