From 90a1e6f352cab7574df70e7fd4bdb4c19677f615 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Sun, 23 Jan 2022 18:27:09 +0100 Subject: [PATCH] fix: tag to static images --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 26eef45..b756436 100644 --- a/compose.yml +++ b/compose.yml @@ -17,7 +17,7 @@ x-environment: &default-env services: app: - image: snikket/snikket-web-proxy:beta + image: snikket/snikket-web-proxy:beta.20220119.1 networks: - proxy - backend @@ -41,13 +41,13 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.domains[0].sans=groups.${DOMAIN},share.${DOMAIN}" portal: - image: snikket/snikket-web-portal:beta + image: snikket/snikket-web-portal:beta.20220119.1 environment: *default-env networks: - backend server: - image: snikket/snikket-server:beta + image: snikket/snikket-server:beta.20220119.1 secrets: - coturn_secret configs: