forked from kofal.net/stoatchat-self-hosted
chore: bump tags
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
|
|
||||||
# API server (delta)
|
# API server (delta)
|
||||||
api:
|
api:
|
||||||
image: ghcr.io/revoltchat/server:20220612-4
|
image: ghcr.io/revoltchat/server:20220621-1
|
||||||
env_file: .env
|
env_file: .env
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
|
|
||||||
# Events service (quark)
|
# Events service (quark)
|
||||||
events:
|
events:
|
||||||
image: ghcr.io/revoltchat/bonfire:20220612-4
|
image: ghcr.io/revoltchat/bonfire:20220621-1
|
||||||
env_file: .env
|
env_file: .env
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
|
|
||||||
# Web App (revite)
|
# Web App (revite)
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/revoltchat/client:master
|
image: ghcr.io/revoltchat/client:1.0.1
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
|
|||||||
Reference in New Issue
Block a user