feat: production paper trading platform

This commit is contained in:
Курнат Андрей
2026-07-14 22:52:47 +03:00
parent 7186acb9a1
commit 5c4aecfe5f
29 changed files with 396 additions and 564 deletions
+7 -1
View File
@@ -7,9 +7,9 @@ services:
environment:
HOST: 0.0.0.0
PYTHONDONTWRITEBYTECODE: "1"
user: "1000:1000"
init: true
read_only: true
pids_limit: 128
cap_drop:
- ALL
security_opt:
@@ -27,4 +27,10 @@ services:
timeout: 10s
retries: 3
start_period: 30s
stop_grace_period: 30s
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"
restart: unless-stopped