chore: bump tags

This commit is contained in:
Paul Makles
2022-07-17 13:17:51 +01:00
committed by GitHub
parent 0c08213a94
commit 5ff8ad08fc

View File

@@ -15,7 +15,7 @@ services:
# API server (delta) # API server (delta)
api: api:
image: ghcr.io/revoltchat/server:20220621-1 image: ghcr.io/revoltchat/server:20220715-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:20220621-1 image: ghcr.io/revoltchat/bonfire:20220715-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:1.0.1 image: ghcr.io/revoltchat/client:master
env_file: .env env_file: .env
ports: ports:
- "5000:5000" - "5000:5000"