diff --git a/docker-compose.accounts.yml b/docker-compose.accounts.yml index 99b10ff4..89f03196 100644 --- a/docker-compose.accounts.yml +++ b/docker-compose.accounts.yml @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 6450a10f..2132af71 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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