forked from kofal.net/stoatchat-self-hosted
chore: bump tags
This commit is contained in:
10
compose.yml
10
compose.yml
@@ -72,7 +72,7 @@ services:
|
|||||||
|
|
||||||
# API server (delta)
|
# API server (delta)
|
||||||
api:
|
api:
|
||||||
image: ghcr.io/revoltchat/server:20241128-3
|
image: ghcr.io/revoltchat/server:20241213-1
|
||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -88,7 +88,7 @@ services:
|
|||||||
|
|
||||||
# Events service (quark)
|
# Events service (quark)
|
||||||
events:
|
events:
|
||||||
image: ghcr.io/revoltchat/bonfire:20241128-3
|
image: ghcr.io/revoltchat/bonfire:20241213-1
|
||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -108,7 +108,7 @@ services:
|
|||||||
|
|
||||||
# File server (autumn)
|
# File server (autumn)
|
||||||
autumn:
|
autumn:
|
||||||
image: ghcr.io/revoltchat/autumn:20241128-3
|
image: ghcr.io/revoltchat/autumn:20241213-1
|
||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -122,7 +122,7 @@ services:
|
|||||||
|
|
||||||
# Metadata and image proxy (january)
|
# Metadata and image proxy (january)
|
||||||
january:
|
january:
|
||||||
image: ghcr.io/revoltchat/january:20241128-3
|
image: ghcr.io/revoltchat/january:20241213-1
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./Revolt.toml
|
source: ./Revolt.toml
|
||||||
@@ -131,7 +131,7 @@ services:
|
|||||||
|
|
||||||
# Push notification daemon (pushd)
|
# Push notification daemon (pushd)
|
||||||
pushd:
|
pushd:
|
||||||
image: ghcr.io/revoltchat/pushd:20241128-3
|
image: ghcr.io/revoltchat/pushd:20241213-1
|
||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user