fix: version tags typo

This commit is contained in:
Paul Makles
2025-02-11 12:01:09 +00:00
committed by GitHub
parent 67222acb62
commit 400a603122

View File

@@ -73,7 +73,7 @@ services:
# API server
api:
image: ghcr.io/revoltchat/server:20250201-1
image: ghcr.io/revoltchat/server:20250210-1
depends_on:
database:
condition: service_healthy
@@ -89,7 +89,7 @@ services:
# Events service
events:
image: ghcr.io/revoltchat/bonfire:20250201-1
image: ghcr.io/revoltchat/bonfire:20250210-1
depends_on:
database:
condition: service_healthy
@@ -109,7 +109,7 @@ services:
# File server
autumn:
image: ghcr.io/revoltchat/autumn:20250201-1
image: ghcr.io/revoltchat/autumn:20250210-1
depends_on:
database:
condition: service_healthy
@@ -123,7 +123,7 @@ services:
# Metadata and image proxy
january:
image: ghcr.io/revoltchat/january:20250201-1
image: ghcr.io/revoltchat/january:20250210-1
volumes:
- type: bind
source: ./Revolt.toml
@@ -132,7 +132,7 @@ services:
# Regular task daemon
crond:
image: ghcr.io/revoltchat/crond:20250201-1
image: ghcr.io/revoltchat/crond:20250210-1-debug
depends_on:
database:
condition: service_healthy
@@ -146,7 +146,7 @@ services:
# Push notification daemon
pushd:
image: ghcr.io/revoltchat/pushd:20250201-1
image: ghcr.io/revoltchat/pushd:20250210-1
depends_on:
database:
condition: service_healthy