TEST: Complex docker-compose rework. Not tested yet

This commit is contained in:
2025-08-25 19:14:43 +02:00
parent 8d8b40f2e6
commit 6ca0b7b5d3
23 changed files with 301 additions and 106 deletions

View File

@@ -8,4 +8,9 @@ services:
volumes:
- ${PATH_TO_DATA}:/data
ports:
- 8033:80
- 8033:80
healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost/ || exit 1"]
interval: 1m
timeout: 10s
retries: 3