From 58645c1e8a08790b39d3ec6217234298297e1e3b Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sun, 29 Sep 2024 15:00:24 +0100 Subject: [PATCH] chore: pin versions during repo migration --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index e11d2e5..6c20871 100644 --- a/compose.yml +++ b/compose.yml @@ -67,7 +67,7 @@ services: # File server (autumn) autumn: - image: ghcr.io/revoltchat/autumn:latest + image: ghcr.io/revoltchat/autumn:1.1.11 env_file: .env depends_on: - database @@ -79,7 +79,7 @@ services: # Metadata and image proxy (january) january: - image: ghcr.io/revoltchat/january:latest + image: ghcr.io/revoltchat/january:0.3.5 depends_on: - caddy restart: always