mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 02:47:03 +00:00
Issue 637 (#639)
* Remove database connection pool option from settings * Revert "Remove database connection pool option from settings" This reverts commitfdcbd792d5. * add bulk operations and more logging * Revert "add bulk operations and more logging" This reverts commitc92e6eda12. * add logs for debugging * increase healthcheck time * reorder migrations * optimize episode repeats migration
This commit is contained in:
@@ -35,5 +35,5 @@ EXPOSE 8000
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=10s --start-period=15s --retries=5 \
|
||||
HEALTHCHECK --interval=45s --timeout=15s --start-period=30s --retries=5 \
|
||||
CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:8000/health/ || exit 1
|
||||
|
||||
Reference in New Issue
Block a user