🔧 fix: update API path in docker-compose-staging.yml for correct endpoint configuration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user