mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-03-19 17:25:17 -05:00
26
compose.yml
26
compose.yml
@@ -16,9 +16,9 @@ services:
|
|||||||
|
|
||||||
# Redis server
|
# Redis server
|
||||||
redis:
|
redis:
|
||||||
image: eqalpha/keydb
|
image: eqalpha/keydb
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
rabbit:
|
rabbit:
|
||||||
image: rabbitmq:4
|
image: rabbitmq:4
|
||||||
restart: always
|
restart: always
|
||||||
@@ -81,7 +81,9 @@ services:
|
|||||||
rabbit:
|
rabbit:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
- ./Revolt.toml:/Revolt.toml
|
- type: bind
|
||||||
|
source: ./Revolt.toml
|
||||||
|
target: /Revolt.toml
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
# Events service (quark)
|
# Events service (quark)
|
||||||
@@ -93,7 +95,9 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
volumes:
|
volumes:
|
||||||
- ./Revolt.toml:/Revolt.toml
|
- type: bind
|
||||||
|
source: ./Revolt.toml
|
||||||
|
target: /Revolt.toml
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
# Web App (revite)
|
# Web App (revite)
|
||||||
@@ -111,16 +115,20 @@ services:
|
|||||||
createbuckets:
|
createbuckets:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
volumes:
|
volumes:
|
||||||
- ./Revolt.toml:/Revolt.toml
|
- type: bind
|
||||||
|
source: ./Revolt.toml
|
||||||
|
target: /Revolt.toml
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
# Metadata and image proxy (january)
|
# Metadata and image proxy (january)
|
||||||
january:
|
january:
|
||||||
image: ghcr.io/revoltchat/january:20241128-3
|
image: ghcr.io/revoltchat/january:20241128-3
|
||||||
volumes:
|
volumes:
|
||||||
- ./Revolt.toml:/Revolt.toml
|
- type: bind
|
||||||
|
source: ./Revolt.toml
|
||||||
|
target: /Revolt.toml
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
# Push notification daemon (pushd)
|
# Push notification daemon (pushd)
|
||||||
pushd:
|
pushd:
|
||||||
image: ghcr.io/revoltchat/pushd:20241128-3
|
image: ghcr.io/revoltchat/pushd:20241128-3
|
||||||
@@ -132,7 +140,9 @@ services:
|
|||||||
rabbit:
|
rabbit:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
- ./Revolt.toml:/Revolt.toml
|
- type: bind
|
||||||
|
source: ./Revolt.toml
|
||||||
|
target: /Revolt.toml
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
# Create buckets for minio.
|
# Create buckets for minio.
|
||||||
|
|||||||
Reference in New Issue
Block a user