refactor: remove makefile

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-03 22:37:07 +08:00
parent cdd3dbc51c
commit 22c8cd7fdb
18 changed files with 7 additions and 452 deletions
+6 -6
View File
@@ -100,7 +100,7 @@ services:
openim_server:
image: ghcr.io/openimsdk/openim-server:latels
image: openim-server:v1 #ghcr.io/openimsdk/openim-server:latels
container_name: openim-server
volumes:
- ./logs:/openim/openim-server/logs
@@ -122,12 +122,12 @@ services:
max-file: "2"
openim_chat:
image: ghcr.io/openimsdk/openim-chat:latels
image: openim-chat:v1.3 #ghcr.io/openimsdk/openim-chat:latels
container_name: openim_chat
volumes:
- ./_output/openim/openim-chat/logs:/openim/openim-chat/logs
- ./_output/openim/openim-chat/config:/openim/openim-chat/config
- ./_output/openim/openim-chat/scripts:/openim/openim-chat/scripts
# volumes:
# - ./_output/openim/openim-chat/logs:/openim/openim-chat/logs
# - ./_output/openim/openim-chat/config:/openim/openim-chat/config
# - ./_output/openim/openim-chat/scripts:/openim/openim-chat/scripts
restart: always
depends_on:
- mysql