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:21:59Z" 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
+ echo Recent logs (backend):
Recent logs (backend):
+ docker-compose -f docker-compose.production.yml logs --tail=20 backend
time="2025-11-12T21:21:59Z" 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:22:00Z" 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  | /usr/local/bin/docker-entrypoint.sh: exec: line 11: ./start-dev.sh: not found