add: cn proxy
This commit is contained in:
@@ -119,6 +119,8 @@ services:
|
||||
condition: service_started
|
||||
email-api:
|
||||
condition: service_started
|
||||
chat-api:
|
||||
condition: service_started
|
||||
|
||||
ratelimit:
|
||||
image: envoyproxy/ratelimit:05c08d03
|
||||
@@ -255,6 +257,11 @@ services:
|
||||
snowflake:
|
||||
condition: service_started
|
||||
|
||||
chat-rpc:
|
||||
image: juwan/chat-rpc:dev
|
||||
container_name: juwan-chat-rpc
|
||||
restart: unless-stopped
|
||||
|
||||
objectstory-rpc:
|
||||
image: juwan/objectstory-rpc:dev
|
||||
container_name: juwan-objectstory-rpc
|
||||
@@ -371,6 +378,20 @@ services:
|
||||
kafka:
|
||||
condition: service_healthy
|
||||
|
||||
chat-api:
|
||||
image: juwan/chat-api:dev
|
||||
container_name: juwan-chat-api
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "18810:8888"
|
||||
- "18889:8889"
|
||||
- "18443:8443/udp"
|
||||
volumes:
|
||||
- ./certs:/etc/certs:ro
|
||||
depends_on:
|
||||
chat-rpc:
|
||||
condition: service_started
|
||||
|
||||
# ==================== MQ ====================
|
||||
email-mq:
|
||||
image: juwan/email-mq:dev
|
||||
|
||||
Reference in New Issue
Block a user