forked from cms/tibi-svelte-starter
🔧 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
|
# read .env
|
||||||
set -o allexport
|
set -o allexport
|
||||||
. ./.env
|
. ./.env
|
||||||
|
. ./api/config.yml.env
|
||||||
set +o allexport
|
set +o allexport
|
||||||
|
|
||||||
# replace / with -
|
# replace / with -
|
||||||
@@ -136,6 +137,7 @@ jobs:
|
|||||||
# read .env
|
# read .env
|
||||||
set -o allexport
|
set -o allexport
|
||||||
. ./.env
|
. ./.env
|
||||||
|
. ./api/config.yml.env
|
||||||
set +o allexport
|
set +o allexport
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ services:
|
|||||||
#INDEX: spa.html
|
#INDEX: spa.html
|
||||||
SSR: https://dev-tibi-server.staging.testversion.online/api/v1/_/${TIBI_NAMESPACE}/ssr?url=
|
SSR: https://dev-tibi-server.staging.testversion.online/api/v1/_/${TIBI_NAMESPACE}/ssr?url=
|
||||||
WEBROOT: /data
|
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
|
PORT: 80
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user