Add static and dynamic url
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dvirlabs 2026-05-12 03:49:12 +03:00
parent 7918b84d5d
commit f4236855d6
3 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ steps:
path: path:
include: [ backend/** ] include: [ backend/** ]
settings: settings:
registry: harbor-core.dev-tools.svc.cluster.local registry: harbor.dvirlabs.com
repo: my-apps/${CI_REPO_NAME}-backend repo: my-apps/${CI_REPO_NAME}-backend
dockerfile: backend/Dockerfile dockerfile: backend/Dockerfile
context: backend context: backend

View File

@ -27,3 +27,4 @@ ENV PYTHONUNBUFFERED=1
# Run the application # Run the application
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]

View File

@ -74,3 +74,4 @@ EXPOSE 80
# Start nginx with entrypoint # Start nginx with entrypoint
CMD ["/docker-entrypoint.sh"] CMD ["/docker-entrypoint.sh"]