summaryrefslogtreecommitdiffstats
path: root/docker (follow)
AgeCommit message (Collapse)Author
2020-03-01Update postgres setupOmar Roth
2019-12-05Remove --release from dockerfileOmar Roth
2019-11-26Proper fix for docker buildtleydxdy
return to static linking
2019-11-18Use QUIC for connections to YouTubeOmar Roth
2019-11-13Fix docker build for nowtleydxdy
2019-10-28Update sed replace in DockerfileOmar Roth
2019-10-28Remove dependency on ImageMagick (replace with rsvg-convert)Omar Roth
2019-10-28Fix host replace in DockerfileOmar Roth
2019-10-22Update entrypoint.postgres.sh (#843)Tommy
* Update entrypoint.postgres.sh
2019-09-25docker,travis: fail build on any warningLeon Klingele
2019-09-13Update Package Repository for Installgnomus
2019-08-31fix docker build (#734)tleydxdy
2019-08-15docker: use alpine:edge base image for buildingLeon Klingele
This fixes currently failing Docker builds. kemalcr/kemal in version 0.26.0 requires Crystal 0.30.0 which is not yet available on Alpine 3.10 (previously used as the Docker base image).
2019-08-04docker: various improvements to DockerfileLeon Klingele
This includes the following changes: - Use multi-stage build to run application in an optimized environment, see https://docs.docker.com/develop/develop-images/multistage-build/ - Run application on alpine instead of archlinux to further reduce image size - Build Crystal application with --release for improved runtime performance - Run application as non-root user for better security, see https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user - Only rebuild Docker layers when required
2019-04-30Add glibc to Docker dependenciesOmar Roth
2019-04-15Add config option to cache annotations from IAOmar Roth
2019-04-06Add role to psql scriptsOmar Roth
2019-02-28Update dockerfileOmar Roth
2019-02-10Add migrate script and update READMEOmar Roth
2019-01-24Update postgres entrypoint for docker imageOmar Roth
2018-09-29basic docker-compose clusterflourgaz