|
|
|
@ -123,11 +123,8 @@ services:
|
|
|
|
|
max-file: "2"
|
|
|
|
|
|
|
|
|
|
openim_chat:
|
|
|
|
|
image: openim/openim_chat:v1.1
|
|
|
|
|
image: openim/openim_chat:v1.1.0
|
|
|
|
|
container_name: openim_chat
|
|
|
|
|
volumes:
|
|
|
|
|
- ./logs:/openim-chat/logs
|
|
|
|
|
- ./openim-chat/config/config.yaml:/openim-chat/config/config.yaml
|
|
|
|
|
restart: always
|
|
|
|
|
depends_on:
|
|
|
|
|
- mysql
|
|
|
|
@ -141,8 +138,6 @@ services:
|
|
|
|
|
options:
|
|
|
|
|
max-size: "1g"
|
|
|
|
|
max-file: "2"
|
|
|
|
|
environment:
|
|
|
|
|
CONFIG_NAME: "/openim-chat"
|
|
|
|
|
|
|
|
|
|
prometheus:
|
|
|
|
|
image: prom/prometheus
|
|
|
|
@ -172,4 +167,4 @@ services:
|
|
|
|
|
# container_name: node-exporter
|
|
|
|
|
# restart: always
|
|
|
|
|
# ports:
|
|
|
|
|
# - "9100:9100"
|
|
|
|
|
# - "9100:9100"
|
|
|
|
|