renamed to tibi-svelte-starter
This commit is contained in:
@@ -18,8 +18,8 @@ services:
|
||||
mongo:
|
||||
image: mongo
|
||||
|
||||
wmbasic-api:
|
||||
image: registry.webmakers.de/wmbasic/wmbasic-api
|
||||
tibi-server:
|
||||
image: registry.webmakers.de/tibi/tibi-server
|
||||
environment:
|
||||
DB_DIAL: mongodb://mongo
|
||||
API_PORT: 8080
|
||||
@@ -32,9 +32,9 @@ services:
|
||||
|
||||
liveserver:
|
||||
image: node
|
||||
command: yarn run -- live-server --no-browser --port=80 --ignore='*' --entry-file=spa.html --no-css-inject --proxy=/api:http://wmbasic-api:8080/api/v1/_/einfo_test dist
|
||||
command: yarn run -- live-server --no-browser --port=80 --ignore='*' --entry-file=spa.html --no-css-inject --proxy=/api:http://tibi-server:8080/api/v1/_/einfo_test dist
|
||||
depends_on:
|
||||
- wmbasic-api
|
||||
- tibi-server
|
||||
volumes:
|
||||
- ./:/workdir
|
||||
working_dir: /workdir
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
CYPRESS_BASE_URL: http://liveserver
|
||||
CYPRESS_CI: "true"
|
||||
CYPRESS_mongodbUri: mongodb://mongo
|
||||
CYPRESS_wmbasicApiUrl: http://wmbasic-api:8080/api/v1
|
||||
CYPRESS_tibiApiUrl: http://tibi-server:8080/api/v1
|
||||
CYPRESS_projectApiConfig: /workdir/api/config.yml
|
||||
DISPLAY: host.docker.internal:0.0
|
||||
LIBGL_ALWAYS_INDIRECT: 1
|
||||
|
||||
Reference in New Issue
Block a user