chore: pin versions during repo migration

This commit is contained in:
Paul Makles
2024-09-29 15:00:24 +01:00
committed by GitHub
parent 24dffa3541
commit 58645c1e8a

View File

@@ -67,7 +67,7 @@ services:
# File server (autumn) # File server (autumn)
autumn: autumn:
image: ghcr.io/revoltchat/autumn:latest image: ghcr.io/revoltchat/autumn:1.1.11
env_file: .env env_file: .env
depends_on: depends_on:
- database - database
@@ -79,7 +79,7 @@ services:
# Metadata and image proxy (january) # Metadata and image proxy (january)
january: january:
image: ghcr.io/revoltchat/january:latest image: ghcr.io/revoltchat/january:0.3.5
depends_on: depends_on:
- caddy - caddy
restart: always restart: always