mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-03-20 01:35:16 -05:00
20
compose.yml
20
compose.yml
@@ -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,14 +115,18 @@ 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)
|
||||||
@@ -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