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