Add ANI_CLI_WEB_BRANCH build arg

- add ANI_CLI_WEB_BRANCH to the Docker build so ani-cli-web can be cloned from master or another branch
- pass the new build arg through docker-compose
- document the new branch-selection workflow in the README
This commit is contained in:
Dymas
2026-07-09 13:20:44 +02:00
parent 0a3513021c
commit 65a1bc1233
3 changed files with 22 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ services:
ANIKOTO_CLI: ${ANIKOTO_CLI:-https://github.com/Slimyslushy/anikoto-cli.git}
ANIKOTO_CLI_BRANCH: ${ANIKOTO_CLI_BRANCH:-main}
ANI_CLI_WEB: ${ANI_CLI_WEB:-https://gitea.coreplay.eu/Dymas/ani-cli-web.git}
ANI_CLI_WEB_BRANCH: ${ANI_CLI_WEB_BRANCH:-main}
image: ani-cli-web:latest
container_name: ani-cli-web
restart: unless-stopped