adapt agentbox settings
This commit is contained in:
@@ -1 +1,2 @@
|
||||
.env
|
||||
output/
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -15,3 +15,5 @@ services:
|
||||
dind:
|
||||
condition: service_started
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ./output:/workdir
|
||||
|
||||
Reference in New Issue
Block a user