mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-09 18:18:49 +00:00
17 lines
317 B
YAML
17 lines
317 B
YAML
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
|