docker-compose.yml cleanup

This commit is contained in:
2025-10-22 19:07:33 +02:00
parent f9a1919d08
commit f33324e9f8

View File

@@ -3,7 +3,6 @@ services:
build: .
volumes:
- ./data/db:/opt/app/data/db
- ./data/app/log:/var/log
env_file:
- path: ./.env
required: true
@@ -28,8 +27,8 @@ services:
#- 8880:8000
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/status"]
interval: 10s
timeout: 5s
interval: 5s
timeout: 3s
retries: 5
# networks:
# default: