fix(docker): Tweaking some defaults

This commit is contained in:
Chris Troutner
2024-04-03 05:54:24 -07:00
parent bd2f27bb64
commit 409a0f1049
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ services:
options:
max-size: '10m'
max-file: '10'
mem_limit: 500mb
#mem_limit: 500mb
links:
- mongo-ipfs-service
ports:
-3
View File
@@ -16,9 +16,6 @@ export COORD_NAME=ipfs-service-provider-generic
# and you must forward that subdomain to the IPFS_WS_PORT.
#export CR_DOMAIN=subdomain.yourdomain.com
# Debug level. 0 = minimal info. 2 = max info.
export DEBUG_LEVEL=2
# END: Optional configuration settings