Compare commits
2
Commits
75b57fc1b5
...
e29a7b5151
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e29a7b5151 | ||
|
|
9db857f372 |
@@ -1 +1,2 @@
|
|||||||
.env
|
.env
|
||||||
|
output/
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -15,3 +15,5 @@ services:
|
|||||||
dind:
|
dind:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
volumes:
|
||||||
|
- ./output:/workdir
|
||||||
|
|||||||
Reference in New Issue
Block a user