fix: add game cover image URLs and connect bot to proxy network

This commit is contained in:
denshooter
2026-04-23 22:40:18 +02:00
parent 20bba47cbd
commit 037e75828f
4 changed files with 36 additions and 20 deletions
+3
View File
@@ -117,6 +117,9 @@ jobs:
-e BOT_PORT=3001 \
$BOT_IMAGE
# Connect bot to proxy network so n8n can reach it
docker network connect proxy $BOT_CONTAINER 2>/dev/null || true
# Start new portfolio container
echo "🆕 Starting new dev container..."
docker run -d \