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)
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