mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
Update docker-compose.yml
This commit is contained in:
parent
2dc750c554
commit
6cd0a32aae
@ -94,7 +94,7 @@ services:
|
|||||||
ipv4_address: ${KAFKA_NETWORK_ADDRESS:-172.28.0.4}
|
ipv4_address: ${KAFKA_NETWORK_ADDRESS:-172.28.0.4}
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio:${MINIO_IMAGE_VERSION:-latest}
|
image: minio/minio:${MINIO_IMAGE_VERSION:-2024}
|
||||||
ports:
|
ports:
|
||||||
- "${MINIO_PORT:-10005}:9000"
|
- "${MINIO_PORT:-10005}:9000"
|
||||||
- "9090:9090"
|
- "9090:9090"
|
||||||
@ -128,7 +128,7 @@ services:
|
|||||||
# Uncomment and configure the following services as needed
|
# Uncomment and configure the following services as needed
|
||||||
|
|
||||||
# openim-server:
|
# openim-server:
|
||||||
# image: ${IMAGE_REGISTRY:-ghcr.io/openimsdk}/openim-server:${SERVER_IMAGE_VERSION:-latest}
|
# image: ${IMAGE_REGISTRY:-ghcr.io/openimsdk}/openim-server:${SERVER_IMAGE_VERSION:-main}
|
||||||
# container_name: openim-server
|
# container_name: openim-server
|
||||||
# ports:
|
# ports:
|
||||||
# - "${OPENIM_WS_PORT:-10001}:${OPENIM_WS_PORT:-10001}"
|
# - "${OPENIM_WS_PORT:-10001}:${OPENIM_WS_PORT:-10001}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user