diff --git a/.env.example b/.env.example index b7a0708..23bb2f2 100644 --- a/.env.example +++ b/.env.example @@ -28,6 +28,6 @@ CREATE_ROOM_NAME='#[topic]' CREATE_CONTACT_NAME='#[alias]#[[name]]' ## 文字消息显示格式:#[identity]身份文本,#[body]:消息文本,#[br]换行 MESSAGE_DISPLAY='#[identity]#[br]#[body]' -BASE_API='http://127.0.0.1:2531/v2/api' -FILE_API='http://127.0.0.1:2532/download' -CALLBACK_API='http://127.0.0.1:3000' \ No newline at end of file +BASE_API='http://gewechat:2531/v2/api' +FILE_API='http://gewechat:2532/download' +CALLBACK_API='http://wx2tg-pad:3000' \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index e85bd95..7e61ccd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ version: '3' services: - wechat2tg: + wx2tg-pad: image: finalpi/wechat2tg-pad:latest - container_name: wx2tg + container_name: wx2tg-pad ports: - "3000:3000" volumes: diff --git a/gewe-docker-compose.yaml b/gewe-docker-compose.yaml index 995f666..0b89f2c 100644 --- a/gewe-docker-compose.yaml +++ b/gewe-docker-compose.yaml @@ -1,12 +1,12 @@ version: '3.9' services: - gewe: + gewechat: image: registry.cn-chengdu.aliyuncs.com/tu1h/wechotd:alpine # 拉取镜像 - container_name: gewe + container_name: gewechat ports: - - "192.168.1.12:2531:2531" - - "192.168.1.12:2532:2532" + - "2531:2531" + - "2532:2532" volumes: - ./temp:/root/temp restart: always