OpenSlides/server
Gernot Schulz 0f0d750d83 server: Fix database config in Docker entrypoint
Firstly, this patch ensures that the server connects to the database
according to the given configuration variables.  Up until now, there was
a pg_isready check for the hard-coded hostname "db".  While this
generally worked in the default setup – db is an alias for pgbouncer in
the provided YAML configuration files – it is obviously wrong and would
lead to unexpected behavior in customized setups.

Secondly, the .pgpass setup, which was a remnant of another time and not
used anymore, has been removed.
2021-01-18 14:00:58 +01:00
..
docker server: Fix database config in Docker entrypoint 2021-01-18 14:00:58 +01:00
make Repository restructure 2020-08-21 08:11:13 +02:00
openslides OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
requirements OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
tests OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
.dockerignore OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
build.sh build.sh: Make build script more useful 2020-08-21 08:11:15 +02:00
manage.py Repository restructure 2020-08-21 08:11:13 +02:00
MANIFEST.in Readded setup.py 2020-12-18 00:42:59 +01:00
requirements.txt Repository restructure 2020-08-21 08:11:13 +02:00
SETTINGS.rst Add demo mode to all docker setups 2020-10-07 16:50:08 +02:00
setup.cfg Repository restructure 2020-08-21 08:11:13 +02:00
setup.py Readded setup.py 2020-12-18 00:42:59 +01:00