mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-06 05:12:10 +08:00
Merge remote-tracking branch 'origin/3.6.1-code-conventions' into 3.6.1-code-conventions
This commit is contained in:
commit
66d0ba2d50
13
.env
Normal file
13
.env
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
MONGO_IMAGE=mongo:6.0.2
|
||||||
|
REDIS_IMAGE=redis:7.0.0
|
||||||
|
ZOOKEEPER_IMAGE=bitnami/zookeeper:3.8
|
||||||
|
KAFKA_IMAGE=bitnami/kafka:3.5.1
|
||||||
|
MINIO_IMAGE=minio/minio:RELEASE.2024-01-11T07-46-16Z
|
||||||
|
|
||||||
|
|
||||||
|
OPENIM_WEB_IMAGE=ghcr.io/openimsdk/openim-web:v3.5.0-docker
|
||||||
|
OPENIM_ADMIN_FRONT_IMAGE=ghcr.io/openimsdk/openim-admin:toc-base-open-docker.35
|
||||||
|
|
||||||
|
DATA_DIR=./
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ services:
|
|||||||
- openim
|
- openim
|
||||||
|
|
||||||
openim-web:
|
openim-web:
|
||||||
image: ${OPENIM_IMAGE_REGISTRY}/${OPENIM_WEB_IMAGE_VERSION}
|
image: ${OPENIM_WEB_IMAGE}
|
||||||
container_name: openim-web
|
container_name: openim-web
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@ -110,7 +110,7 @@ services:
|
|||||||
- openim
|
- openim
|
||||||
|
|
||||||
openim-admin:
|
openim-admin:
|
||||||
image: ${OPENIM_IMAGE_REGISTRY}/${ADMIN_FRONT_VERSION}
|
image: ${OPENIM_ADMIN_FRONT_IMAGE}
|
||||||
container_name: openim-admin
|
container_name: openim-admin
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user