mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-06-27 13:55:47 +00:00
chore: Update to v0.13.6 to get new RabbitMQ fixes (#283)
Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
16
compose.yml
16
compose.yml
@@ -77,7 +77,7 @@ services:
|
||||
|
||||
# API server
|
||||
api:
|
||||
image: ghcr.io/stoatchat/api:v0.13.5
|
||||
image: ghcr.io/stoatchat/api:v0.13.6
|
||||
env_file: secrets.env
|
||||
depends_on:
|
||||
database:
|
||||
@@ -94,7 +94,7 @@ services:
|
||||
|
||||
# Events service
|
||||
events:
|
||||
image: ghcr.io/stoatchat/events:v0.13.5
|
||||
image: ghcr.io/stoatchat/events:v0.13.6
|
||||
env_file: secrets.env
|
||||
depends_on:
|
||||
database:
|
||||
@@ -109,7 +109,7 @@ services:
|
||||
|
||||
# File server
|
||||
autumn:
|
||||
image: ghcr.io/stoatchat/file-server:v0.13.5
|
||||
image: ghcr.io/stoatchat/file-server:v0.13.6
|
||||
env_file: secrets.env
|
||||
depends_on:
|
||||
database:
|
||||
@@ -124,7 +124,7 @@ services:
|
||||
|
||||
# Metadata and image proxy
|
||||
january:
|
||||
image: ghcr.io/stoatchat/proxy:v0.13.5
|
||||
image: ghcr.io/stoatchat/proxy:v0.13.6
|
||||
env_file: secrets.env
|
||||
volumes:
|
||||
- type: bind
|
||||
@@ -134,7 +134,7 @@ services:
|
||||
|
||||
# Tenor proxy
|
||||
gifbox:
|
||||
image: ghcr.io/stoatchat/gifbox:v0.13.5
|
||||
image: ghcr.io/stoatchat/gifbox:v0.13.6
|
||||
env_file: secrets.env
|
||||
volumes:
|
||||
- type: bind
|
||||
@@ -144,7 +144,7 @@ services:
|
||||
|
||||
# Regular task daemon
|
||||
crond:
|
||||
image: ghcr.io/stoatchat/crond:v0.13.5
|
||||
image: ghcr.io/stoatchat/crond:v0.13.6
|
||||
env_file: secrets.env
|
||||
depends_on:
|
||||
database:
|
||||
@@ -159,7 +159,7 @@ services:
|
||||
|
||||
# Push notification daemon
|
||||
pushd:
|
||||
image: ghcr.io/stoatchat/pushd:v0.13.5
|
||||
image: ghcr.io/stoatchat/pushd:v0.13.6
|
||||
env_file: secrets.env
|
||||
depends_on:
|
||||
database:
|
||||
@@ -176,7 +176,7 @@ services:
|
||||
|
||||
# Voice ingress daemon
|
||||
voice-ingress:
|
||||
image: ghcr.io/stoatchat/voice-ingress:v0.13.5
|
||||
image: ghcr.io/stoatchat/voice-ingress:v0.13.6
|
||||
env_file: secrets.env
|
||||
restart: always
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user