adapt agentbox settings

This commit is contained in:
Romane
2026-08-07 09:00:48 +02:00
parent dd41a15b89
commit 9db857f372
4 changed files with 12 additions and 8 deletions
+1
View File
@@ -1 +1,2 @@
.env .env
output/
+9 -5
View File
@@ -1,7 +1,11 @@
You have access to the following: You have access to the following:
- gitea repo for code - root (install all needed utils/software)
- url: https://gitea.ct.cozytren.ch
- username: "agentbox" - committing code
- password in $GITEA_PASSWORD - build and commit locally in /workdir (not in /context)
- login over https, not ssh - git user: "agentbox (agentbox@no-email)"
- an internet connection to the outside
- a full docker host (socket on hostname dind)
+2
View File
@@ -15,3 +15,5 @@ services:
dind: dind:
condition: service_started condition: service_started
env_file: .env env_file: .env
volumes:
- ./output:/workdir
-3
View File
@@ -1,3 +0,0 @@
[test env, left blank]