chore_fix_docker_compose_typo
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 13m31s

This commit is contained in:
kimhyungsik
2026-07-22 16:00:58 +09:00
parent b57d96f83f
commit ad37714c5b

View File

@@ -110,7 +110,7 @@ services:
tool-payment:
build:
context: .
dockerfile: dap-tool-payment=Dockerfile
dockerfile: dap-tool-payment/Dockerfile
ports:
- "8285:8084"
depends_on:
@@ -136,6 +136,7 @@ services:
- "8288:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/ubuntu/app/ax_hub_mcp_tool:/app
restart: always
gitea-runner:
@@ -149,6 +150,8 @@ services:
- GITEA_RUNNER_LABELS=ubuntu-latest,ubuntu-22.04,linux-arm64
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/ubuntu/app/ax_hub_mcp_tool:/app
- ./act_runner_data:/data
- ./bin/docker:/usr/bin/docker
- /usr/libexec/docker/cli-plugins/docker-compose:/usr/libexec/docker/cli-plugins/docker-compose
restart: always