yarn package upgrades, ssr update

This commit is contained in:
2023-11-15 07:00:12 +00:00
parent f1d30945c1
commit 942f92c477
18 changed files with 1800 additions and 1392 deletions

View File

@@ -5,11 +5,13 @@ services:
docpress:
profiles:
- docpress
image: node:18
image: node:20
volumes:
- ./:/data
- ./tmp:/tmp
- ./tmp/nonexistent:/nonexistent
- ./tmp/.npm:/.npm
- ./tmp/.yarn:/.yarn
working_dir: /data/docs
command: sh -c "yarn install && yarn docpress:serve"
expose:
@@ -23,11 +25,13 @@ services:
profiles:
- tibi
- tibi-dev
image: node:18
image: node:20
volumes:
- ./:/data
- ./tmp:/tmp
- ./tmp/nonexistent:/nonexistent
- ./tmp/.npm:/.npm
- ./tmp/.yarn:/.yarn
working_dir: /data
command: sh -c "yarn install && API_BASE=http://tibiserver:8080/api/v1/_/${TIBI_NAMESPACE} yarn start"
expose:
@@ -111,7 +115,7 @@ services:
tibiadmin-dev:
profiles:
- tibi-dev
image: node:18
image: node:20
volumes:
- ./../../cms/tibi-admin:/data
working_dir: /data