Compare commits

...

5 Commits

Author SHA1 Message Date
shamoon
5f6059896b Try bind all addresses 2025-01-27 10:26:04 -08:00
shamoon
b906b64fcd or this 2025-01-27 09:54:59 -08:00
shamoon
cdcf9bc4a4 Try this 2025-01-27 09:21:16 -08:00
shamoon
e2bf0e4975
Update next.config.js 2025-01-27 07:36:14 -08:00
shamoon
9179bc07c7
Update next.config.js 2025-01-27 07:31:58 -08:00

View File

@ -41,7 +41,7 @@ LABEL org.opencontainers.image.documentation='https://github.com/gethomepage/hom
LABEL org.opencontainers.image.source='https://github.com/gethomepage/homepage' LABEL org.opencontainers.image.source='https://github.com/gethomepage/homepage'
LABEL org.opencontainers.image.licenses='Apache-2.0' LABEL org.opencontainers.image.licenses='Apache-2.0'
ENV NODE_ENV production ENV NODE_ENV=production
WORKDIR /app WORKDIR /app
@ -56,7 +56,8 @@ COPY --link --chmod=755 docker-entrypoint.sh /usr/local/bin/
RUN apk add --no-cache su-exec RUN apk add --no-cache su-exec
ENV PORT 3000 ENV HOSTNAME=::
ENV PORT=3000
EXPOSE $PORT EXPOSE $PORT
HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \ HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \