Merge pull request #147 from Permissionless-Software-Foundation/ct-unstable

fix(docker): Tweaking some defaults
This commit is contained in:
Chris Troutner
2024-04-03 06:02:17 -07:00
committed by GitHub
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