Skip to content

Commit 63a4aad

Browse files
committed
new: added agora token service to multi setup
1 parent c177139 commit 63a4aad

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

deploy/docker/docker-compose-multi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ services:
4545
environment:
4646
HOCUSPOCUS_SECRET: "s3cr3t! - CHANGE THIS!"
4747

48+
agora-token-service:
49+
image: agoracn/token:0.1.2023053011
50+
container_name: agora-token-service
51+
restart: unless-stopped
52+
environment:
53+
APP_ID: lowcoder
54+
APP_CERTIFICATE: "your agora token certificate"
55+
56+
4857
##
4958
## Start Lowcoder backend services (api-service and node-service)
5059
##

0 commit comments

Comments
 (0)