chore_fix_docker_compose_typo
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 13m31s
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 13m31s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user