fix: Force the docker image for lk-jwt-service to be pulled everytime (#3325)
lk-jwt-service latest-ci to be force pulled every time
This commit is contained in:
@@ -4,6 +4,7 @@ networks:
|
|||||||
services:
|
services:
|
||||||
auth-service:
|
auth-service:
|
||||||
image: ghcr.io/element-hq/lk-jwt-service:latest-ci
|
image: ghcr.io/element-hq/lk-jwt-service:latest-ci
|
||||||
|
pull_policy: always
|
||||||
hostname: auth-server
|
hostname: auth-server
|
||||||
environment:
|
environment:
|
||||||
- LIVEKIT_JWT_PORT=6080
|
- LIVEKIT_JWT_PORT=6080
|
||||||
|
|||||||
Reference in New Issue
Block a user