Merge branch 'master' into renovate/skynetlabs-webportal-handshake-api-0.x
This commit is contained in:
commit
0aeb98ff76
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue