| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-04 | Use trending api for health checks | ChunkyProgrammer | |
| 2024-02-15 | Remove usage of depends_on (#4383) | Émilien (perso) | |
| 2023-12-18 | Improve depends_on docker-compose (#4249) | Luigi | |
| * Improve depends_on checking the service is up and healthy before start the service that might cause issue first boot * Docker version Ubuntu 22.04 has a version which doesn't support restart | |||
| 2023-10-26 | Bump postgre version in dev compose (#4203) | syeopite | |
| Fix postgre ver diff between dev and prod compose | |||
| 2023-07-01 | Docker: Add 'hmac_key' to docker-compose.yml | Samantaz Fox | |
| 2022-07-13 | Fix a dead link to Docker install documentation (#3198) | PrivateGER | |
| 2022-04-04 | Set the Postgres version to 13 as a temporary workaround for #2938 | TheFrenchGhosty | |
| 2022-02-23 | Move back to a Debian-based Postgres image | TheFrenchGhosty | |
| 2022-02-22 | Apply suggestion | TheFrenchGhosty | |
| Co-authored-by: Samantaz Fox <coding@samantaz.fr> | |||
| 2022-02-22 | Enforce the source of the image (mostly for Podman compatibility) | TheFrenchGhosty | |
| 2022-02-22 | Remove the enforced container_name following suggestions | TheFrenchGhosty | |
| 2022-02-22 | Enforce a container_name and rename the postgres container | TheFrenchGhosty | |
| 2022-02-22 | Re-order the configs in the order of the config file + add statistics_enabled | TheFrenchGhosty | |
| 2022-02-22 | Move to an Alpine-based Postgres image | TheFrenchGhosty | |
| 2022-02-22 | Fix YAML syntax | TheFrenchGhosty | |
| 2022-02-22 | Add a comment explaining that it builds an image from source | TheFrenchGhosty | |
| 2022-02-22 | Enhance the development compose file | TheFrenchGhosty | |
| 2021-11-08 | Added -d parameter for dbname to postgres-container healthcheck (#2571) | hirn-lego | |
| Co-authored-by: Sebastian <sbeck@darklxserver> | |||
| 2021-10-26 | Add healthcheck for docker-compose | 황윤성 | |
| 2021-10-11 | Fix `Role "kemal" does not exist` (#2490) | Samantaz Fox | |
| 2021-08-12 | Fix "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-03 | Merge pull request #1254 from SuperSandro2000/patch-2 | Perflyst | |
| Update database automatically in Docker | |||
| 2020-07-25 | Remove empty Dockerfile | Sandro Jäckel | |
| 2020-07-25 | Remove no longer needed POSTGRES_HOST_AUTH_METHOD | Sandro Jäckel | |
| 2020-07-25 | Use inbuilt init script | Sandro Jäckel | |
| 2020-07-25 | Set magic ENV varialbes for user, default DB | Sandro Jäckel | |
| instead of doing it ourselves | |||
| 2020-06-17 | Update database automatically in Docker | Sandro | |
| Applying the migrations scripts by hand in Docker is not that easy and most people expect this to automatically happen. | |||
| 2020-03-04 | docker: 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-01 | Revert "Add HOST_AUTH_METHOD=trust to docker compose (see ↵ | Omar Roth | |
| docker-library/postgres#681)" This reverts commit ef70668a77c17cafa47776dde284f94faa957364. | |||
| 2020-03-01 | Add HOST_AUTH_METHOD=trust to docker compose (see docker-library/postgres#681) | Omar Roth | |
| 2019-08-07 | Add Postgres health check | Dragnucs | |
| 2019-06-17 | let docker listen to 127.0.0.1 by default | tleydxdy | |
| 2018-09-29 | basic docker-compose cluster | flourgaz | |
