+ cd /var/jenkins_home/workspace/juntete-deploy
+ echo Container status:
Container status:
+ docker-compose -f docker-compose.production.yml ps
time="2025-11-19T22:39:02Z" level=warning msg="/var/jenkins_home/workspace/juntete-deploy/docker-compose.production.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
juntete-backend-1 juntete-backend "uvicorn app.main:ap…" backend 2 minutes ago Up 39 seconds 0.0.0.0:8000->8000/tcp, [::]:8000->8000/tcp
juntete-frontend-1 juntete-frontend "docker-entrypoint.s…" frontend 2 minutes ago Up 36 seconds 3000/tcp
+ echo Recent logs (backend):
Recent logs (backend):
+ docker-compose -f docker-compose.production.yml logs --tail=20 backend
time="2025-11-19T22:39:03Z" level=warning msg="/var/jenkins_home/workspace/juntete-deploy/docker-compose.production.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
backend-1 | INFO: Started server process [1]
backend-1 | INFO: Waiting for application startup.
backend-1 | INFO: Application startup complete.
backend-1 | INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
+ echo Recent logs (frontend):
Recent logs (frontend):
+ docker-compose -f docker-compose.production.yml logs --tail=20 frontend
time="2025-11-19T22:39:03Z" level=warning msg="/var/jenkins_home/workspace/juntete-deploy/docker-compose.production.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
frontend-1 |
frontend-1 | > juntete-frontend@0.1.0 build
frontend-1 | > next build
frontend-1 |
frontend-1 | Attention: Next.js now collects completely anonymous telemetry regarding usage.
frontend-1 | This information is used to shape Next.js' roadmap and prioritize features.
frontend-1 | You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
frontend-1 | https://nextjs.org/telemetry
frontend-1 |
frontend-1 | ▲ Next.js 16.0.3 (Turbopack)
frontend-1 | - Experiments (use with caution):
frontend-1 | · optimizePackageImports
frontend-1 |
frontend-1 | Creating an optimized production build ...