set image versions to deploy-2022-04-27

This commit is contained in:
Karol Wypchlo 2022-04-28 10:49:10 +02:00
parent 4f8b6d290b
commit eaab7c57d3
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
2 changed files with 7 additions and 7 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
image: skynetlabs/skynet-accounts:deploy-2022-04-27
container_name: accounts
restart: unless-stopped
logging: *default-logging
@ -59,7 +59,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
# dockerfile: ./packages/dashboard/Dockerfile
image: skynetlabs/dashboard
image: skynetlabs/dashboard:deploy-2022-04-27
container_name: dashboard
restart: unless-stopped
logging: *default-logging

View File

@ -58,7 +58,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
# dockerfile: ./docker/nginx/Dockerfile
image: skynetlabs/nginx
image: skynetlabs/nginx:deploy-2022-04-27
container_name: nginx
restart: unless-stopped
logging: *default-logging
@ -92,7 +92,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
# dockerfile: ./packages/website/Dockerfile
image: skynetlabs/website
image: skynetlabs/website:deploy-2022-04-27
container_name: website
restart: unless-stopped
logging: *default-logging
@ -130,7 +130,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
# dockerfile: ./packages/handshake-api/Dockerfile
image: skynetlabs/handshake-api
image: skynetlabs/handshake-api:deploy-2022-04-27
container_name: handshake-api
restart: unless-stopped
logging: *default-logging
@ -154,7 +154,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
# dockerfile: ./packages/dnslink-api/Dockerfile
image: skynetlabs/dnslink-api
image: skynetlabs/dnslink-api:deploy-2022-04-27
container_name: dnslink-api
restart: unless-stopped
logging: *default-logging
@ -169,7 +169,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
# dockerfile: ./packages/health-check/Dockerfile
image: skynetlabs/health-check
image: skynetlabs/health-check:deploy-2022-04-27
container_name: health-check
restart: unless-stopped
logging: *default-logging