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:
|
tool-payment:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: dap-tool-payment=Dockerfile
|
dockerfile: dap-tool-payment/Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "8285:8084"
|
- "8285:8084"
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -136,6 +136,7 @@ services:
|
|||||||
- "8288:8080"
|
- "8288:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /home/ubuntu/app/ax_hub_mcp_tool:/app
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
gitea-runner:
|
gitea-runner:
|
||||||
@@ -149,6 +150,8 @@ services:
|
|||||||
- GITEA_RUNNER_LABELS=ubuntu-latest,ubuntu-22.04,linux-arm64
|
- GITEA_RUNNER_LABELS=ubuntu-latest,ubuntu-22.04,linux-arm64
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /home/ubuntu/app/ax_hub_mcp_tool:/app
|
||||||
- ./act_runner_data:/data
|
- ./act_runner_data:/data
|
||||||
- ./bin/docker:/usr/bin/docker
|
- ./bin/docker:/usr/bin/docker
|
||||||
|
- /usr/libexec/docker/cli-plugins/docker-compose:/usr/libexec/docker/cli-plugins/docker-compose
|
||||||
restart: always
|
restart: always
|
||||||
Reference in New Issue
Block a user