+ cd /var/jenkins_home/workspace/juntete-deploy
+ echo Container status:
Container status:
+ docker-compose -f docker-compose.production.yml ps
time="2025-11-19T20:56:25Z" 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 About a minute ago Up 26 seconds 0.0.0.0:8000->8000/tcp, [::]:8000->8000/tcp
juntete-frontend-1 juntete-frontend "docker-entrypoint.s…" frontend About a minute ago Up 25 seconds 3000/tcp
+ echo Recent logs (backend):
Recent logs (backend):
+ docker-compose -f docker-compose.production.yml logs --tail=20 backend
time="2025-11-19T20:56:25Z" 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-19T20:56:25Z" 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 | - Experiments (use with caution):
frontend-1 | · optimizePackageImports
frontend-1 |
frontend-1 | ✓ Starting...
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 |
frontend-1 | We detected TypeScript in your project and reconfigured your tsconfig.json file for you. Strict-mode is set to false by default.
frontend-1 | The following suggested values were added to your tsconfig.json. These values can be changed to fit your project's needs:
frontend-1 |
frontend-1 | - include was updated to add '.next/dev/dev/types/**/*.ts'
frontend-1 |
frontend-1 | The following mandatory changes were made to your tsconfig.json:
frontend-1 |
frontend-1 | - jsx was set to react-jsx (next.js uses the React automatic runtime)
frontend-1 |
frontend-1 | ✓ Ready in 5s