Files
dap-was-dapmt/docker-compose.prod.yml
jade 42a04c03fd
All checks were successful
Deploy Tools / deploy (push) Successful in 2m46s
fix: safely rename dasmt to datmt without breaking encoding
2026-08-31 15:55:43 +09:00

99 lines
2.9 KiB
YAML

name: ax_hub_mcp
services:
gateway:
build:
context: ./dat-was-datms
dockerfile: Dockerfile
ports:
- "127.0.0.1:9281:8080"
environment:
- TZ=Asia/Seoul
restart: always
was-sal:
build:
context: ./dat-was-datmt
dockerfile: dat-was-sal/Dockerfile
ports:
- "127.0.0.1:9282:8082"
environment:
- TZ=Asia/Seoul
- AXHUB_GATEWAY_URL=http://gateway:8080
- AXHUB_TOOL_URL=http://was-sal:8082
- GLOW_COMMUNICATION_MCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=dev
restart: always
was-cus:
build:
context: ./dat-was-datmt
dockerfile: dat-was-cus/Dockerfile
ports:
- "127.0.0.1:9284:8084"
environment:
- TZ=Asia/Seoul
- AXHUB_GATEWAY_URL=http://gateway:8080
- AXHUB_TOOL_URL=http://was-cus:8084
- GLOW_COMMUNICATION_MCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=dev
restart: always
was-pro:
build:
context: ./dat-was-datmt
dockerfile: dat-was-pro/Dockerfile
ports:
- "127.0.0.1:9285:8085"
environment:
- TZ=Asia/Seoul
- AXHUB_GATEWAY_URL=http://gateway:8080
- AXHUB_TOOL_URL=http://was-pro:8085
- GLOW_COMMUNICATION_MCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=dev
restart: always
was-sys:
build:
context: ./dat-was-datmt
dockerfile: dat-was-sys/Dockerfile
ports:
- "127.0.0.1:9286:8086"
environment:
- TZ=Asia/Seoul
- AXHUB_GATEWAY_URL=http://gateway:8080
- AXHUB_TOOL_URL=http://was-sys:8086
- GLOW_COMMUNICATION_MCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_MCI_PORT=8080
- GLOW_COMMUNICATION_EXTMCI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EXTMCI_PORT=8080
- GLOW_COMMUNICATION_EAI_HOST=http://mci-mock
- GLOW_COMMUNICATION_EAI_PORT=8080
- SPRING_PROFILES_ACTIVE=dev
restart: always
gitea-runner:
image: gitea/act_runner:latest
environment:
- GITEA_INSTANCE_URL=https://git.devjun.net
- GITEA_RUNNER_REGISTRATION_TOKEN=2N7ciuFIp2Jm29EWtzfl7ruQtpwGgB4ngFcXC2lF
- GITEA_RUNNER_NAME=ociwp-runner
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: always