Merge remote-tracking branch 'origin/3.6.1-code-conventions' into 3.6.1-code-conventions

This commit is contained in:
Gordon 2024-04-10 12:06:23 +08:00
commit 66d0ba2d50
2 changed files with 15 additions and 2 deletions

13
.env Normal file
View 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=./

View File

@ -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: