Merge branch 'master' into portal-latest

This commit is contained in:
Matthew Sevey 2022-06-09 11:21:35 -04:00
commit 6e67b574cd
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
2 changed files with 3 additions and 3 deletions

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.1.1
image: skynetlabs/skynet-accounts:1.2.0
container_name: accounts
restart: unless-stopped
logging: *default-logging
@ -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.0
image: skynetlabs/webportal-accounts-dashboard:1.1.1
container_name: dashboard
restart: unless-stopped
logging: *default-logging

View File

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