This commit is contained in:
parent
914cf774b3
commit
3f03837067
@ -9,7 +9,7 @@ steps:
|
|||||||
include: [ frontend/** ]
|
include: [ frontend/** ]
|
||||||
settings:
|
settings:
|
||||||
registry: harbor.dvirlabs.com
|
registry: harbor.dvirlabs.com
|
||||||
repo: harbor.dvirlabs.com/my-apps/${CI_REPO_NAME}-frontend
|
repo: my-apps/${CI_REPO_NAME}-frontend
|
||||||
dockerfile: frontend/Dockerfile
|
dockerfile: frontend/Dockerfile
|
||||||
context: frontend
|
context: frontend
|
||||||
tags:
|
tags:
|
||||||
@ -33,7 +33,7 @@ steps:
|
|||||||
include: [ backend/** ]
|
include: [ backend/** ]
|
||||||
settings:
|
settings:
|
||||||
registry: harbor.dvirlabs.com
|
registry: harbor.dvirlabs.com
|
||||||
repo: harbor.dvirlabs.com/my-apps/${CI_REPO_NAME}-backend
|
repo: my-apps/${CI_REPO_NAME}-backend
|
||||||
dockerfile: backend/Dockerfile
|
dockerfile: backend/Dockerfile
|
||||||
context: backend
|
context: backend
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@ -27,4 +27,3 @@ 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"]
|
||||||
|
|
||||||
|
|||||||
@ -74,4 +74,3 @@ EXPOSE 80
|
|||||||
|
|
||||||
# Start nginx with entrypoint
|
# Start nginx with entrypoint
|
||||||
CMD ["/docker-entrypoint.sh"]
|
CMD ["/docker-entrypoint.sh"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user