Replace Dockerfile and docker-compose.yml with .meal versions, update references
CI / test-and-package (push) Successful in 1m53s

This commit is contained in:
agentbox
2026-08-01 05:52:12 +00:00
parent 66ee072046
commit 219003dffb
5 changed files with 40 additions and 67 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ if [ -z "${GITEA_PASSWORD:-}" ]; then
fi
# Configure the remote with credentials for non-interactive pulls
COMPOSE_FILE="docker-compose.meal.yml"
COMPOSE_FILE="docker-compose.yml"
REMOTE_BASE="https://gitea.ct.cozytren.ch/romane/agentbox-test"
REMOTE_AUTH="https://agentbox:${GITEA_PASSWORD}@gitea.ct.cozytren.ch/romane/agentbox-test"
git remote set-url origin "$REMOTE_AUTH"