|
|
|
@ -77,7 +77,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# API server
|
|
|
|
# API server
|
|
|
|
api:
|
|
|
|
api:
|
|
|
|
image: ghcr.io/stoatchat/api:v0.13.5
|
|
|
|
image: ghcr.io/stoatchat/api:v0.13.6
|
|
|
|
env_file: secrets.env
|
|
|
|
env_file: secrets.env
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
database:
|
|
|
|
database:
|
|
|
|
@ -94,7 +94,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# Events service
|
|
|
|
# Events service
|
|
|
|
events:
|
|
|
|
events:
|
|
|
|
image: ghcr.io/stoatchat/events:v0.13.5
|
|
|
|
image: ghcr.io/stoatchat/events:v0.13.6
|
|
|
|
env_file: secrets.env
|
|
|
|
env_file: secrets.env
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
database:
|
|
|
|
database:
|
|
|
|
@ -109,7 +109,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# File server
|
|
|
|
# File server
|
|
|
|
autumn:
|
|
|
|
autumn:
|
|
|
|
image: ghcr.io/stoatchat/file-server:v0.13.5
|
|
|
|
image: ghcr.io/stoatchat/file-server:v0.13.6
|
|
|
|
env_file: secrets.env
|
|
|
|
env_file: secrets.env
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
database:
|
|
|
|
database:
|
|
|
|
@ -124,7 +124,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# Metadata and image proxy
|
|
|
|
# Metadata and image proxy
|
|
|
|
january:
|
|
|
|
january:
|
|
|
|
image: ghcr.io/stoatchat/proxy:v0.13.5
|
|
|
|
image: ghcr.io/stoatchat/proxy:v0.13.6
|
|
|
|
env_file: secrets.env
|
|
|
|
env_file: secrets.env
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- type: bind
|
|
|
|
- type: bind
|
|
|
|
@ -134,7 +134,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# Tenor proxy
|
|
|
|
# Tenor proxy
|
|
|
|
gifbox:
|
|
|
|
gifbox:
|
|
|
|
image: ghcr.io/stoatchat/gifbox:v0.13.5
|
|
|
|
image: ghcr.io/stoatchat/gifbox:v0.13.6
|
|
|
|
env_file: secrets.env
|
|
|
|
env_file: secrets.env
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- type: bind
|
|
|
|
- type: bind
|
|
|
|
@ -144,7 +144,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# Regular task daemon
|
|
|
|
# Regular task daemon
|
|
|
|
crond:
|
|
|
|
crond:
|
|
|
|
image: ghcr.io/stoatchat/crond:v0.13.5
|
|
|
|
image: ghcr.io/stoatchat/crond:v0.13.6
|
|
|
|
env_file: secrets.env
|
|
|
|
env_file: secrets.env
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
database:
|
|
|
|
database:
|
|
|
|
@ -159,7 +159,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# Push notification daemon
|
|
|
|
# Push notification daemon
|
|
|
|
pushd:
|
|
|
|
pushd:
|
|
|
|
image: ghcr.io/stoatchat/pushd:v0.13.5
|
|
|
|
image: ghcr.io/stoatchat/pushd:v0.13.6
|
|
|
|
env_file: secrets.env
|
|
|
|
env_file: secrets.env
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
database:
|
|
|
|
database:
|
|
|
|
@ -176,7 +176,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# Voice ingress daemon
|
|
|
|
# Voice ingress daemon
|
|
|
|
voice-ingress:
|
|
|
|
voice-ingress:
|
|
|
|
image: ghcr.io/stoatchat/voice-ingress:v0.13.5
|
|
|
|
image: ghcr.io/stoatchat/voice-ingress:v0.13.6
|
|
|
|
env_file: secrets.env
|
|
|
|
env_file: secrets.env
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
|