1 Star 0 Fork 0

buguniao/my-jpom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose-local.yml 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
buguniao 提交于 2023-12-12 16:58 . x
version: '3.8'
services:
server:
env_file:
- env-release.env
image: jpomdocker/jpom:server-${JPOM_VERSION}
build:
dockerfile: ./modules/server/Dockerfile
context: .
args:
JPOM_VERSION: ${JPOM_VERSION}
environment:
"JPOM_SERVER_TEMP_TOKEN": ${SERVER_TOKEN}
volumes:
- jpom-server-data:/usr/local/jpom-server/data
- jpom-server-logs:/usr/local/jpom-server/logs
- jpom-server-conf:/usr/local/jpom-server/conf
ports:
- "2122:2122"
hostname: server
agent01:
env_file:
- env-release.env
image: jpomdocker/jpom:agent-${JPOM_VERSION}
build:
dockerfile: ./modules/agent/Dockerfile
context: .
args:
JPOM_VERSION: ${JPOM_VERSION}
RUN_ARG: --auto-push-to-server 'http://server:2122/api/node/receive_push?token=${SERVER_TOKEN}&workspaceId=DEFAULT'
volumes:
- jpom-agent01:/usr/local/jpom-agent
ports:
- "2123:2123"
depends_on:
- server
hostname: agent01
agent02:
env_file:
- env-release.env
image: jpomdocker/jpom:agent-${JPOM_VERSION}
build:
dockerfile: ./modules/agent/Dockerfile
context: .
args:
JPOM_VERSION: ${JPOM_VERSION}
RUN_ARG: --auto-push-to-server 'http://server:2122/api/node/receive_push?token=${SERVER_TOKEN}&workspaceId=DEFAULT'
volumes:
- jpom-agent02:/usr/local/jpom-agent
ports:
- "2124:2123"
depends_on:
- server
hostname: agent02
volumes:
jpom-agent01:
jpom-agent02:
jpom-server-data:
jpom-server-logs:
jpom-server-conf:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/buguniao/my-jpom.git
git@gitee.com:buguniao/my-jpom.git
buguniao
my-jpom
my-jpom
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385