software2000
ce0ee8caaa
update postgres in documentation to version 16
2024-02-04 22:32:03 +01:00
Daniel Schulz
0d225450da
add note to docker-compose files and update postgres tag
2023-06-27 00:33:29 +02:00
vabene1111
3e2988f998
Revert "Fixed: ports are on the wrong service"
2022-11-13 13:24:13 +01:00
rdang
37bd2017b0
ports are on the wrong service
...
the actual webserver is running on port 8080 and on the web_recipes service, as per all the documentation. 80 will not work, at least on the latest patch.
2022-10-21 19:13:18 +11:00
vabene1111
47b62aa390
Merge pull request #1714 from gloriousDan/docs_nginx_read_only
...
Docs: nginx mount volumes read-only
2022-04-17 14:59:57 +02:00
Daniel Schulz
c3c697f4a8
Mount all volumes in nginx read-only
2022-04-10 20:45:34 +02:00
Daniel Schulz
fa79adf931
Reintroduce restart-always to web_recipes service
2022-04-09 14:56:00 +02:00
vabene1111
f1bbe16606
Merge pull request #1498 from MaxJa4/improvement/retry_migrations
...
Moved DB-waiting from docker-level to container-level
2022-02-07 18:42:41 +01:00
MaxJa4
d28a2f81a2
Remove always-restart so the container doesn't boot-loop on error
2022-02-07 18:14:03 +01:00
MaxJa4
855f1e4ee7
Remove always-restart so the container doesn't boot-loop on error
2022-02-07 18:13:58 +01:00
MaxJa4
b53a9a1c07
Remove always-restart so the container doesn't boot-loop on error
2022-02-07 18:13:50 +01:00
MaxJa4
773d2eff37
Moved db-waiting from docker-level to container-level
2022-02-06 18:54:42 +01:00
Kai Schlachter
80965c5462
Added docker compose file for IPv6 native
2022-02-05 13:14:04 +01:00
MaxJa4
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
MaxJa4
6330d15ebe
Update docker-compose.yml
2022-01-30 01:20:54 +01:00
MaxJa4
d7d37f9908
Update docker-compose.yml
2022-01-30 01:20:33 +01:00
MaxJa4
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
Joost Timmerman
67cd74860f
Fix nginx_proxy docker-compose example
...
A copy/paste error probably?
2021-05-13 11:15:31 +02:00
vabene1111
7a1ee9a9b2
fixed documentation mistake (again)
2021-01-17 14:06:56 +01:00
vabene1111
ba9d85dfc9
updated docker configs
2021-01-07 15:24:56 +01:00
vabene1111
b90c70b2a3
huge documentation and setup restructure
2021-01-05 10:38:18 +01:00
vabene1111
aa495250c9
further work on documentation
2021-01-04 09:41:26 +01:00
vabene1111
e8b9f473a6
testing around with github pages
2021-01-03 09:47:57 +01:00