mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-03-03 02:37:02 +00:00
fix: version tags typo
This commit is contained in:
12
compose.yml
12
compose.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user