summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml (follow)
AgeCommit message (Collapse)Author
2020-08-03Merge pull request #1254 from SuperSandro2000/patch-2Perflyst
Update database automatically in Docker
2020-07-25Remove empty DockerfileSandro Jäckel
2020-07-25Remove no longer needed POSTGRES_HOST_AUTH_METHODSandro Jäckel
2020-07-25Use inbuilt init scriptSandro Jäckel
2020-07-25Set magic ENV varialbes for user, default DBSandro Jäckel
instead of doing it ourselves
2020-06-17Update database automatically in DockerSandro
Applying the migrations scripts by hand in Docker is not that easy and most people expect this to automatically happen.
2020-03-04docker: allow to configure Invidious by env var (#1030)Omar Roth
Invidious gained support to read its configuration from an env var instead of config file in e3c10d779d315adc630e08005b6bdbdce32f7446. Unfortunately, Docker doesn't allow newline characters in env var values (see [0]) which means we can only provide a proper YAML config by using the inlined configuration in docker-compose.yml which, unfortunately, is tracked by Git. Once support for multiline env var values has been added to Docker, we should migrate and read the config from a .env file instead (which is not tracked by Git). [0]: https://github.com/docker/compose/issues/3527
2020-03-01Revert "Add HOST_AUTH_METHOD=trust to docker compose (see ↵Omar Roth
docker-library/postgres#681)" This reverts commit ef70668a77c17cafa47776dde284f94faa957364.
2020-03-01Add HOST_AUTH_METHOD=trust to docker compose (see docker-library/postgres#681)Omar Roth
2019-08-07Add Postgres health checkDragnucs
2019-06-17let docker listen to 127.0.0.1 by defaulttleydxdy
2018-09-29basic docker-compose clusterflourgaz