chore: always track latest stable tagged release

This commit is contained in:
Paul Makles
2024-03-29 12:12:06 +00:00
committed by GitHub
parent cabb853a63
commit 3d7b2791fd

View File

@@ -37,7 +37,7 @@ services:
# API server (delta)
api:
image: ghcr.io/revoltchat/server:20230704-1
image: ghcr.io/revoltchat/server:latest
env_file: .env
depends_on:
- database
@@ -47,7 +47,7 @@ services:
# Events service (quark)
events:
image: ghcr.io/revoltchat/bonfire:20230704-1
image: ghcr.io/revoltchat/bonfire:latest
env_file: .env
depends_on:
- database
@@ -65,7 +65,7 @@ services:
# File server (autumn)
autumn:
image: ghcr.io/revoltchat/autumn:1.1.10
image: ghcr.io/revoltchat/autumn:latest
env_file: .env
depends_on:
- database
@@ -77,7 +77,7 @@ services:
# Metadata and image proxy (january)
january:
image: ghcr.io/revoltchat/january:master
image: ghcr.io/revoltchat/january:latest
depends_on:
- caddy
restart: always