tts (81c21bffce2e57773ea90e71ce468eaa2dd19e09)
Published 2026-09-08 19:48:51 +00:00 by igor
Installation
docker pull git.igordudnek.com/igor/tts:81c21bffce2e57773ea90e71ce468eaa2dd19e09sha256:71fc715116595e1289d1eec3e2aee391a5c1f32be893a39d01312ccef74e9a64Image 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-09-08T19:46:35Z |
| org.opencontainers.image.revision | 81c21bffce2e57773ea90e71ce468eaa2dd19e09 |
| org.opencontainers.image.source | https://git.igordudnek.com/igor/TTS.git |
| org.opencontainers.image.url | https://git.igordudnek.com/igor/TTS |
Details
2026-09-08 19:48:51 +00:00
Versions (199)
View all
Container
1
OCI / Docker
linux/amd64
82 MiB
main-latest
2026-09-14
1622b3f3b0707d018ceb2eef3300dfbe667bc54e
2026-09-14
ec3333227e73291420dd9be4d0218bf7748683b4
2026-09-14
979b7761df382d63477ee1bfbb75f61a616789f9
2026-09-14
f24ec0c28569612e35fa08cf204d6cecf146ed7a
2026-09-14