bug fix for ledgers missing bank account details.

This commit is contained in:
2023-04-26 09:56:42 -07:00
parent 6247164c33
commit 9ab89b2952
2 changed files with 11 additions and 5 deletions

View File

@@ -18,7 +18,11 @@ services:
restart: "always"
environment:
- DATOMIC_PORT=4334
- XMS=-Xms4g
- XMX=-Xmx8g
- XMS=-Xms3g
- XMX=-Xmx6g
ulimits:
nofile:
soft: 65536
hard: 65536
ports:
- 4334:4334