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
retries: 3
start_period: 10s
command:
[
"uvicorn",
"app.main:app",
"--host",
"0.0.0.0",
"--port",
"8000",
"--log-config",
"logging.yml",
]
command:
[
"uvicorn",
"app.main:app",
"--host",
"0.0.0.0",
"--port",
"8000",
"--log-config",
"logging.yml",
]
volumes:
- ./data:/data
env_file: