mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Update docker-compose.yaml
This commit is contained in:
parent
c48d479053
commit
f828a6b122
@ -123,11 +123,8 @@ services:
|
|||||||
max-file: "2"
|
max-file: "2"
|
||||||
|
|
||||||
openim_chat:
|
openim_chat:
|
||||||
image: openim/openim_chat:v1.1
|
image: openim/openim_chat:v1.1.0
|
||||||
container_name: openim_chat
|
container_name: openim_chat
|
||||||
volumes:
|
|
||||||
- ./logs:/openim-chat/logs
|
|
||||||
- ./openim-chat/config/config.yaml:/openim-chat/config/config.yaml
|
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
@ -141,8 +138,6 @@ services:
|
|||||||
options:
|
options:
|
||||||
max-size: "1g"
|
max-size: "1g"
|
||||||
max-file: "2"
|
max-file: "2"
|
||||||
environment:
|
|
||||||
CONFIG_NAME: "/openim-chat"
|
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus
|
image: prom/prometheus
|
||||||
@ -172,4 +167,4 @@ services:
|
|||||||
# container_name: node-exporter
|
# container_name: node-exporter
|
||||||
# restart: always
|
# restart: always
|
||||||
# ports:
|
# ports:
|
||||||
# - "9100:9100"
|
# - "9100:9100"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user