Rejigger subdirectory hosting

This commit is contained in:
2022-10-26 17:57:00 -07:00
parent 52d9deef82
commit 2fa0fa324a
4 changed files with 22 additions and 9 deletions

View File

@ -3,11 +3,10 @@ services:
git:
environment:
- GIT_REPO_URL
- GIT_REPO_SUBDIR
image: alpine/git:v2.32.0
entrypoint: /docker-entrypoint.sh
volumes:
- content:/git/${GIT_REPO_SUBDIR}
- content:/git
configs:
- source: entrypoint_conf
target: /docker-entrypoint.sh