From 9db857f37292fafc0629b1d27dacf553736b9a69 Mon Sep 17 00:00:00 2001 From: Romane Date: Fri, 7 Aug 2026 09:00:48 +0200 Subject: [PATCH] adapt agentbox settings --- .gitignore | 1 + access.md | 14 +++++++++----- docker-compose.yml | 2 ++ task.md | 3 --- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 task.md diff --git a/.gitignore b/.gitignore index 4c49bd7..eb2f977 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .env +output/ diff --git a/access.md b/access.md index d334bdc..9214fbb 100644 --- a/access.md +++ b/access.md @@ -1,7 +1,11 @@ You have access to the following: -- gitea repo for code - - url: https://gitea.ct.cozytren.ch - - username: "agentbox" - - password in $GITEA_PASSWORD - - login over https, not ssh +- root (install all needed utils/software) + +- committing code + - build and commit locally in /workdir (not in /context) + - git user: "agentbox (agentbox@no-email)" + +- an internet connection to the outside + +- a full docker host (socket on hostname dind) diff --git a/docker-compose.yml b/docker-compose.yml index 1257422..b0d813d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,3 +15,5 @@ services: dind: condition: service_started env_file: .env + volumes: + - ./output:/workdir diff --git a/task.md b/task.md deleted file mode 100644 index 24a10ae..0000000 --- a/task.md +++ /dev/null @@ -1,3 +0,0 @@ - - -[test env, left blank]