test: add git push smoke test
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
c2cc1df172
commit
b9d8275234
4 changed files with 76 additions and 0 deletions
16
test/git-push/docker-compose.yaml
Normal file
16
test/git-push/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
git:
|
||||
image: ghcr.io/kutespaces/simple-git-http-server
|
||||
pull_policy: always
|
||||
restart: always
|
||||
volumes:
|
||||
- ./var/repos:/git
|
||||
|
||||
anubis:
|
||||
image: ko.local/anubis
|
||||
environment:
|
||||
BIND: ":3000"
|
||||
TARGET: http://git:80
|
||||
USE_REMOTE_ADDRESS: "true"
|
||||
ports:
|
||||
- 3000:3000
|
||||
Loading…
Add table
Add a link
Reference in a new issue