Commit Graph

6 Commits (5d8de5fde2dee11ee8feb63f0bce74d373eec56f)

Author SHA1 Message Date
Omar Roth 3126e1ac94
docker: allow to configure Invidious by env var (#1030)
Invidious gained support to read its configuration from an env var
instead of config file in e3c10d779d.

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
5 years ago
Omar Roth 856ec03cc7
Revert "Add HOST_AUTH_METHOD=trust to docker compose (see docker-library/postgres#681)"
This reverts commit ef70668a77.
5 years ago
Omar Roth ef70668a77
Add HOST_AUTH_METHOD=trust to docker compose (see docker-library/postgres#681) 5 years ago
Dragnucs 37dba6ebfd
Add Postgres health check 5 years ago
tleydxdy d3c4936116
let docker listen to 127.0.0.1 by default 5 years ago
flourgaz 71a99542fe basic docker-compose cluster 6 years ago