mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
Merge branch 'develop' into feature/vue3
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -35,11 +35,12 @@ RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev zlib-de
|
|||||||
#Copy project and execute it.
|
#Copy project and execute it.
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s \
|
# commented for now https://github.com/TandoorRecipes/recipes/issues/3478
|
||||||
--timeout=5s \
|
#HEALTHCHECK --interval=30s \
|
||||||
--start-period=10s \
|
# --timeout=5s \
|
||||||
--retries=3 \
|
# --start-period=10s \
|
||||||
CMD [ "/usr/bin/wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:8080/openapi" ]
|
# --retries=3 \
|
||||||
|
# CMD [ "/usr/bin/wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:8080/openapi" ]
|
||||||
|
|
||||||
# collect information from git repositories
|
# collect information from git repositories
|
||||||
RUN /opt/recipes/venv/bin/python version.py
|
RUN /opt/recipes/venv/bin/python version.py
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Django==4.2.17
|
Django==4.2.17
|
||||||
cryptography===43.0.1
|
cryptography===44.0.0
|
||||||
django-annoying==0.10.6
|
django-annoying==0.10.6
|
||||||
django-cleanup==8.0.0
|
django-cleanup==8.0.0
|
||||||
django-crispy-forms==2.3
|
django-crispy-forms==2.3
|
||||||
|
|||||||
Reference in New Issue
Block a user