Merge remote-tracking branch 'origin/master' into use-skyd-docker-scratch

This commit is contained in:
Karol Wypchlo 2022-06-22 10:10:28 +02:00
commit 443504b5c7
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
5 changed files with 13 additions and 6 deletions

View File

@ -59,7 +59,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/webportal-accounts-dashboard.git#main
# dockerfile: Dockerfile
image: skynetlabs/webportal-accounts-dashboard:1.1.1
image: skynetlabs/webportal-accounts-dashboard:1.1.2
container_name: dashboard
restart: unless-stopped
logging: *default-logging

View File

@ -93,7 +93,7 @@ services:
- elasticsearch
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.13.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.4
container_name: elasticsearch
restart: on-failure
logging: *default-logging

View File

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

View File

@ -42,7 +42,7 @@ services:
- 9980
certbot:
image: certbot/dns-route53:v1.25.0
image: certbot/dns-route53:v1.28.0
entrypoint: sh /entrypoint.sh
container_name: certbot
restart: unless-stopped
@ -60,7 +60,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/webportal-nginx.git#main
# dockerfile: Dockerfile
image: skynetlabs/webportal-nginx:0.2.0
image: skynetlabs/webportal-nginx:0.3.1
container_name: nginx
restart: unless-stopped
logging: *default-logging
@ -90,7 +90,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/webportal-website.git#main
# dockerfile: Dockerfile
image: skynetlabs/webportal-website:0.1.0
image: skynetlabs/webportal-website:0.2.0
container_name: website
restart: unless-stopped
logging: *default-logging

7
renovate.json Normal file
View File

@ -0,0 +1,7 @@
{
"extends": ["config:base", ":prHourlyLimitNone"],
"enabledManagers": ["docker-compose"],
"packageRules": [
{ "groupName": "jaegertracing", "matchPackagePatterns": ["jaegertracing"] }
]
}