feat: production paper trading platform
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user