From 409a0f10492d421c173da1556eccc1a5a1d7ca8e Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 3 Apr 2024 05:54:24 -0700 Subject: [PATCH] fix(docker): Tweaking some defaults --- production/docker/docker-compose.yml | 2 +- production/docker/start-production.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 66170dd..d4f24fc 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -22,7 +22,7 @@ services: options: max-size: '10m' max-file: '10' - mem_limit: 500mb + #mem_limit: 500mb links: - mongo-ipfs-service ports: diff --git a/production/docker/start-production.sh b/production/docker/start-production.sh index 5535a3e..1003b5d 100755 --- a/production/docker/start-production.sh +++ b/production/docker/start-production.sh @@ -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