Merge branch 'dev'

This commit is contained in:
Svilen Markov
2025-06-10 08:43:26 +01:00
9 changed files with 63 additions and 69 deletions

View File

@@ -9,8 +9,5 @@ FROM alpine:3.21
WORKDIR /app
COPY --from=builder /app/glance .
HEALTHCHECK --timeout=10s --start-period=60s --interval=60s \
CMD wget --spider -q http://localhost:8080/api/healthz
EXPOSE 8080/tcp
ENTRYPOINT ["/app/glance", "--config", "/app/config/glance.yml"]