Merge branch 'master' into portal-latest

This commit is contained in:
Ivaylo Novakov 2022-06-28 12:44:02 +03:00
commit 119d6d0edc
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
4 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ services:
abuse-scanner:
# uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/abuse-scanner.git#main
image: skynetlabs/abuse-scanner:0.1.1
image: skynetlabs/abuse-scanner:0.2.0
container_name: abuse-scanner
restart: unless-stopped
logging: *default-logging

View File

@ -22,7 +22,7 @@ services:
accounts:
# uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/skynet-accounts.git#main
image: skynetlabs/skynet-accounts:1.2.0
image: skynetlabs/skynet-accounts:1.2.2
container_name: accounts
restart: unless-stopped
logging: *default-logging

View File

@ -15,7 +15,7 @@ services:
blocker:
# uncomment "build" and comment out "image" to build from sources
# build: https://github.com/SkynetLabs/blocker.git#main
image: skynetlabs/blocker:0.1.1
image: skynetlabs/blocker:0.1.2
container_name: blocker
restart: unless-stopped
logging: *default-logging

View File

@ -59,7 +59,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/webportal-nginx.git#main
# dockerfile: Dockerfile
image: skynetlabs/webportal-nginx:0.3.1
image: skynetlabs/webportal-nginx:0.3.3
container_name: nginx
restart: unless-stopped
logging: *default-logging
@ -89,7 +89,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/webportal-website.git#main
# dockerfile: Dockerfile
image: skynetlabs/webportal-website:0.2.0
image: skynetlabs/webportal-website:0.2.1
container_name: website
restart: unless-stopped
logging: *default-logging
@ -169,7 +169,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/webportal-health-check.git#main
# dockerfile: Dockerfile
image: skynetlabs/webportal-health-check:0.1.3
image: skynetlabs/webportal-health-check:0.2.0
container_name: health-check
restart: unless-stopped
logging: *default-logging