use deploy-2022-05-17 images

This commit is contained in:
Karol Wypchlo 2022-05-17 14:36:48 +02:00
parent df3a33db34
commit 49b804dab1
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
2 changed files with 6 additions and 6 deletions

View File

@ -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-05-17
container_name: dashboard
restart: unless-stopped
logging: *default-logging

View File

@ -59,7 +59,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
# dockerfile: ./docker/nginx/Dockerfile
image: skynetlabs/nginx
image: skynetlabs/nginx:deploy-2022-05-17
container_name: nginx
restart: unless-stopped
logging: *default-logging
@ -93,7 +93,7 @@ services:
# build:
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
# dockerfile: ./packages/website/Dockerfile
image: skynetlabs/website
image: skynetlabs/website:deploy-2022-05-17
container_name: website
restart: unless-stopped
logging: *default-logging
@ -134,7 +134,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-05-17
container_name: handshake-api
restart: unless-stopped
logging: *default-logging
@ -158,7 +158,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-05-17
container_name: dnslink-api
restart: unless-stopped
logging: *default-logging
@ -173,7 +173,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-05-17
container_name: health-check
restart: unless-stopped
logging: *default-logging