|
|
@ -15,7 +15,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
# API server (delta)
|
|
|
|
# API server (delta)
|
|
|
|
api:
|
|
|
|
api:
|
|
|
|
image: ghcr.io/revoltchat/server:0.5.3-rc.5
|
|
|
|
image: ghcr.io/revoltchat/server:0.5.3-2
|
|
|
|
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:0.1.1
|
|
|
|
image: ghcr.io/revoltchat/bonfire:0.1.3
|
|
|
|
env_file: .env
|
|
|
|
env_file: .env
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
- database
|
|
|
|
- database
|
|
|
|