|
|
@ -72,7 +72,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# API server (delta)
|
|
|
|
# API server (delta)
|
|
|
|
api:
|
|
|
|
api:
|
|
|
|
image: ghcr.io/revoltchat/server:20241128-2
|
|
|
|
image: ghcr.io/revoltchat/server:20241128-3
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
database:
|
|
|
|
database:
|
|
|
|
condition: service_healthy
|
|
|
|
condition: service_healthy
|
|
|
@ -86,10 +86,12 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# Events service (quark)
|
|
|
|
# Events service (quark)
|
|
|
|
events:
|
|
|
|
events:
|
|
|
|
image: ghcr.io/revoltchat/bonfire:20241128-2
|
|
|
|
image: ghcr.io/revoltchat/bonfire:20241128-3
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
- database
|
|
|
|
database:
|
|
|
|
- redis
|
|
|
|
condition: service_healthy
|
|
|
|
|
|
|
|
redis:
|
|
|
|
|
|
|
|
condition: service_started
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ./Revolt.toml:/Revolt.toml
|
|
|
|
- ./Revolt.toml:/Revolt.toml
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
@ -102,24 +104,26 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# File server (autumn)
|
|
|
|
# File server (autumn)
|
|
|
|
autumn:
|
|
|
|
autumn:
|
|
|
|
image: ghcr.io/revoltchat/autumn:20241128-2
|
|
|
|
image: ghcr.io/revoltchat/autumn:20241128-3
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
- database
|
|
|
|
database:
|
|
|
|
- createbuckets
|
|
|
|
condition: service_healthy
|
|
|
|
|
|
|
|
createbuckets:
|
|
|
|
|
|
|
|
condition: service_started
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ./Revolt.toml:/Revolt.toml
|
|
|
|
- ./Revolt.toml:/Revolt.toml
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
|
|
|
|
|
|
|
|
# Metadata and image proxy (january)
|
|
|
|
# Metadata and image proxy (january)
|
|
|
|
january:
|
|
|
|
january:
|
|
|
|
image: ghcr.io/revoltchat/january:20241024-1
|
|
|
|
image: ghcr.io/revoltchat/january:20241128-3
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ./Revolt.toml:/Revolt.toml
|
|
|
|
- ./Revolt.toml:/Revolt.toml
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
|
|
|
|
|
|
|
|
# Push notification daemon (pushd)
|
|
|
|
# Push notification daemon (pushd)
|
|
|
|
pushd:
|
|
|
|
pushd:
|
|
|
|
image: ghcr.io/revoltchat/pushd:20241128-2
|
|
|
|
image: ghcr.io/revoltchat/pushd:20241128-3
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
database:
|
|
|
|
database:
|
|
|
|
condition: service_healthy
|
|
|
|
condition: service_healthy
|
|
|
|