unharcode proxy registry

This commit is contained in:
Andrew Dolgov 2023-10-19 18:18:21 +03:00
parent 6c75ea17da
commit 45a9ff0c88
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
FROM registry.fakecake.org/docker.io/alpine:3.18
ARG PROXY_REGISTRY
FROM ${PROXY_REGISTRY}alpine:3.18
EXPOSE 9000/tcp
ENV SCRIPT_ROOT=/opt/tt-rss

View File

@ -1,4 +1,5 @@
FROM registry.fakecake.org/docker.io/nginx:alpine
ARG PROXY_REGISTRY
FROM ${PROXY_REGISTRY}nginx:alpine
HEALTHCHECK CMD curl --fail http://localhost/tt-rss/index.php || exit 1