代码拉取完成,页面将自动刷新
version: '3'
services:
backend-server:
image: apitable/devenv:latest
restart: always
ports:
- "8081:8081"
expose:
- "8081"
working_dir: /devenv
env_file:
- "${ENV_FILE:-.env}"
volumes:
- ./backend-server:/devenv
environment:
- HOME=/tmp
networks:
- apitable
command: sh -c "./gradlew build -x test && java -jar application/build/libs/application.jar"
web-server:
image: apitable/devenv:latest
restart: always
ports:
- "3000:3000"
expose:
- "3000"
working_dir: /devenv
env_file:
- "${ENV_FILE:-.env}"
volumes:
- ./:/devenv
environment:
- HOME=/tmp
networks:
- apitable
command: sh -c "pnpm install && pnpm run build:dst:pre && pnpm run sd"
room-server:
image: apitable/devenv:latest
restart: always
ports:
- "3333:3333"
- "3334:3334"
- "3001:3001"
- "3002:3002"
- "3006:3006"
- "3005:3005"
- "3007:3007"
expose:
- "3333"
- "3334"
- "3001"
- "3002"
- "3006"
- "3005"
- "3007"
working_dir: /devenv
env_file:
- "${ENV_FILE:-.env}"
volumes:
- ./:/devenv
environment:
- HOME=/tmp
- ENABLE_SOCKET=true
networks:
- apitable
command: sh -c "pnpm install && pnpm run build:pre && pnpm run start:room-server"
protoc:
image: apitable/protoc
working_dir: /devenv
environment:
- PROTO_PATH=scripts/protos
- PROTO_FILE=scripts/protos/serving/*.proto
- TS_PROTO_OUT_PATH
- JAVA_PROTO_OUT_PATH
volumes:
- ./:/devenv
networks:
apitable:
driver: bridge
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。