Commit Graph

10 Commits

Author SHA1 Message Date
419821733c Optimized healthcheck timings
1s faster interval (to increase retry speed on faster systems), 1s shorter timeout (since it db should react in a lot less than 1s), increased retries to 12 total so all adds up to 60s of potential retry-time for older systems (e.g. RPI 3)
2022-01-31 14:27:39 +01:00
6330d15ebe Update docker-compose.yml 2022-01-30 01:20:54 +01:00
d7d37f9908 Update docker-compose.yml 2022-01-30 01:20:33 +01:00
fb29db7aad Web container waits for DB container to be ready
Fixes the setup issue almost all Raspberry Pi users have and probably some others with slow or low spec systems.
The web_recipes container waits for db_recipes to be healthy.
db_recipes is healthy, as soon as postgres is completely ready.

Note: ps_isready doesn't work here for some reason.

Tested multiple times with a Raspberry Pi 4.
2022-01-30 01:19:50 +01:00
67cd74860f Fix nginx_proxy docker-compose example
A copy/paste error probably?
2021-05-13 11:15:31 +02:00
7a1ee9a9b2 fixed documentation mistake (again) 2021-01-17 14:06:56 +01:00
ba9d85dfc9 updated docker configs 2021-01-07 15:24:56 +01:00
b90c70b2a3 huge documentation and setup restructure 2021-01-05 10:38:18 +01:00
aa495250c9 further work on documentation 2021-01-04 09:41:26 +01:00
e8b9f473a6 testing around with github pages 2021-01-03 09:47:57 +01:00