tts-landing (1fd3a382c4b0d945c93e3bf077e88f084ce32802)

Published 2026-08-26 20:56:35 +00:00 by igor

Installation

docker pull git.igordudnek.com/igor/tts-landing:1fd3a382c4b0d945c93e3bf077e88f084ce32802
sha256:3bcb286f08f059b247fd4313d2b5f0ed3711b5ec5f50b7b8f1bd455bcb0a4e61

Image Layers

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates ffmpeg tzdata wget && adduser -D -u 10001 app # buildkit
WORKDIR /app
COPY /out/tts-server /app/tts-server # buildkit
COPY /out/tts-migrate /app/tts-migrate # buildkit
COPY /web/dist /app/web/dist # buildkit
RUN /bin/sh -c mkdir -p /app/data/storage && chown -R app:app /app # buildkit
USER app
ENV HTTP_ADDR=:8080 APP_ENV=prod WEB_DIST_DIR=/app/web/dist LOCAL_STORAGE_DIR=/app/data/storage
EXPOSE [8080/tcp]
VOLUME [/app/data]
HEALTHCHECK {Test:[CMD-SHELL wget -qO- http://127.0.0.1:8080/health >/dev/null 2>&1 || exit 1] Interval:15s Timeout:3s StartPeriod:0s StartInterval:0s Retries:5}
ENTRYPOINT ["/app/tts-server"]

Labels

Key Value
org.opencontainers.image.created 2026-08-26T20:54:35Z
org.opencontainers.image.revision 1fd3a382c4b0d945c93e3bf077e88f084ce32802
org.opencontainers.image.source https://git.igordudnek.com/igor/tts-landing.git
org.opencontainers.image.url https://git.igordudnek.com/igor/tts-landing
Details
Container
2026-08-26 20:56:35 +00:00
1
OCI / Docker
linux/amd64
82 MiB
Versions (20) View all