Merge branch 'master' into renovate/skynetlabs-webportal-handshake-api-0.x

This commit is contained in:
Matthew Sevey 2022-08-23 10:04:41 -04:00 committed by GitHub
commit 0aeb98ff76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ services:
- MONGODB_PASSWORD=${SKYNET_DB_PASS}
mongo:
image: mongo:4.4.15
image: mongo:4.4.16
command: --keyFile=/data/mgkey --replSet=${SKYNET_DB_REPLICASET:-skynet} --setParameter ShardingTaskExecutorPoolMinSize=10
container_name: mongo
restart: unless-stopped

View File

@ -181,7 +181,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/webportal-health-check.git#main
# dockerfile: Dockerfile
image: skynetlabs/webportal-health-check:0.4.0
image: skynetlabs/webportal-health-check:0.5.0
container_name: health-check
restart: unless-stopped
logging: *default-logging