zwischenstand

This commit is contained in:
2024-02-13 16:36:09 +00:00
parent 0b4a474180
commit 49e55a90f7
173 changed files with 15832 additions and 1359 deletions

View File

@@ -5,11 +5,14 @@ services:
docpress:
profiles:
- docpress
image: node:18
- tibi-dev
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,12 +26,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${START_SCRIPT}"
expose:
@@ -112,7 +116,7 @@ services:
tibiadmin-dev:
profiles:
- tibi-dev
image: node:18
image: node:20
volumes:
- ./../../cms/tibi-admin:/data
working_dir: /data