logowanie dla health

This commit is contained in:
Mateusz Gruszczyński
2025-10-06 08:57:16 +02:00
parent 8e355e42e2
commit 95917a9178

View File

@@ -17,17 +17,17 @@ services:
timeout: 10s timeout: 10s
retries: 3 retries: 3
start_period: 10s start_period: 10s
command: command:
[ [
"uvicorn", "uvicorn",
"app.main:app", "app.main:app",
"--host", "--host",
"0.0.0.0", "0.0.0.0",
"--port", "--port",
"8000", "8000",
"--log-config", "--log-config",
"logging.yml", "logging.yml",
] ]
volumes: volumes:
- ./data:/data - ./data:/data
env_file: env_file: