summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml (follow)
AgeCommit message (Collapse)Author
2022-02-22Apply suggestionTheFrenchGhosty
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
2022-02-22Enforce the source of the image (mostly for Podman compatibility)TheFrenchGhosty
2022-02-22Remove the enforced container_name following suggestionsTheFrenchGhosty
2022-02-22Enforce a container_name and rename the postgres containerTheFrenchGhosty
2022-02-22Re-order the configs in the order of the config file + add statistics_enabledTheFrenchGhosty
2022-02-22Move to an Alpine-based Postgres imageTheFrenchGhosty
2022-02-22Fix YAML syntaxTheFrenchGhosty
2022-02-22Add a comment explaining that it builds an image from sourceTheFrenchGhosty
2022-02-22Enhance the development compose fileTheFrenchGhosty
2021-11-08Added -d parameter for dbname to postgres-container healthcheck (#2571)hirn-lego
Co-authored-by: Sebastian <sbeck@darklxserver>
2021-10-26Add healthcheck for docker-compose황윤성
2021-10-11Fix `Role "kemal" does not exist` (#2490)Samantaz Fox
2021-08-12Fix "fatal role postgres doesn't exist" (#2296)Samantaz Fox
* Fix "fatal role postgres doesn't exist" Fix a frequent error with recent postgres docker images: `FATAL: role "postgres" does not exist` * Use $$VAR so it's expanded by the shell, not docker
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