Skip to content

Console Output

+ cd /var/jenkins_home/workspace/juntete-deploy
+ echo Container status:
Container status:
+ docker-compose -f docker-compose.production.yml ps
time="2025-11-12T21:40:17Z" 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 25 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   0.0.0.0:3002->3000/tcp, [::]:3002->3000/tcp
+ echo Recent logs (backend):
Recent logs (backend):
+ docker-compose -f docker-compose.production.yml logs --tail=20 backend
time="2025-11-12T21:40:17Z" 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-12T21:40:17Z" 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  |    ▲ Next.js 16.0.2 (Turbopack)
frontend-1  |    - Local:        http://localhost:3000
frontend-1  |    - Network:      http://172.20.0.3:3000
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 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