fix: correct docker-compose build context and remove fake hash
This commit is contained in:
parent
0202291d00
commit
49a37b4958
2 changed files with 2 additions and 8 deletions
|
|
@ -302,7 +302,6 @@ def main() -> int:
|
||||||
"f08a7139db9c96cd3526549c499c0332": "install_project_crons function in entrypoints (window f08a7139)",
|
"f08a7139db9c96cd3526549c499c0332": "install_project_crons function in entrypoints (window f08a7139)",
|
||||||
"f0917809bdf28ff93fff0749e7e7fea0": "install_project_crons function in entrypoints (window f0917809)",
|
"f0917809bdf28ff93fff0749e7e7fea0": "install_project_crons function in entrypoints (window f0917809)",
|
||||||
"f0e4101f9b90c2fa921e088057a96db7": "install_project_crons function in entrypoints (window f0e4101f)",
|
"f0e4101f9b90c2fa921e088057a96db7": "install_project_crons function in entrypoints (window f0e4101f)",
|
||||||
"e8e65ccfd5e5f5a5b5c5d5e5f5a5b5c5": "install_project_crons function in entrypoints (window 34)",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if not sh_files:
|
if not sh_files:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ version: "3.8"
|
||||||
services:
|
services:
|
||||||
agents:
|
agents:
|
||||||
build:
|
build:
|
||||||
context: ../
|
context: .
|
||||||
dockerfile: docker/agents/Dockerfile
|
dockerfile: docker/agents/Dockerfile
|
||||||
image: disinto/agents:latest
|
image: disinto/agents:latest
|
||||||
container_name: disinto-agents
|
container_name: disinto-agents
|
||||||
|
|
@ -21,7 +21,7 @@ services:
|
||||||
|
|
||||||
agents-llama:
|
agents-llama:
|
||||||
build:
|
build:
|
||||||
context: ../
|
context: .
|
||||||
dockerfile: docker/agents/Dockerfile
|
dockerfile: docker/agents/Dockerfile
|
||||||
image: disinto/agents-llama:latest
|
image: disinto/agents-llama:latest
|
||||||
container_name: disinto-agents-llama
|
container_name: disinto-agents-llama
|
||||||
|
|
@ -52,8 +52,3 @@ services:
|
||||||
- FORGEJO__service__REQUIRE_SIGNIN_VIEW=true
|
- FORGEJO__service__REQUIRE_SIGNIN_VIEW=true
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
|
||||||
volumes:
|
|
||||||
data-agents:
|
|
||||||
data-llama:
|
|
||||||
data-forgejo:
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue