pin lk-jwt-service to delegation PR
This commit is contained in:
@@ -3,7 +3,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
auth-service:
|
auth-service:
|
||||||
image: ghcr.io/element-hq/lk-jwt-service:sha-f8ddd00
|
image: ghcr.io/element-hq/lk-jwt-service:pr_171
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
hostname: auth-server
|
hostname: auth-server
|
||||||
environment:
|
environment:
|
||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
- ecbackend
|
- ecbackend
|
||||||
|
|
||||||
auth-service-1:
|
auth-service-1:
|
||||||
image: ghcr.io/element-hq/lk-jwt-service:sha-f8ddd00
|
image: ghcr.io/element-hq/lk-jwt-service:pr_171
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
hostname: auth-server-1
|
hostname: auth-server-1
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ if [ -n "$USE_DOCKER" ]; then
|
|||||||
exec docker run --rm --name element-call-testing -p 8080:8080 -v ./config/config.devenv.json:/app/config.json:ro,Z element-call:testing
|
exec docker run --rm --name element-call-testing -p 8080:8080 -v ./config/config.devenv.json:/app/config.json:ro,Z element-call:testing
|
||||||
else
|
else
|
||||||
cp config/config.devenv.json public/config.json
|
cp config/config.devenv.json public/config.json
|
||||||
exec pnpm dev
|
exec pnpm dev --host
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user