Skip to content

Commit

Permalink
chore: bump tags
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Jun 21, 2022
1 parent 80a2207 commit 0c08213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:

# API server (delta)
api:
image: ghcr.io/revoltchat/server:20220612-4
image: ghcr.io/revoltchat/server:20220621-1
env_file: .env
depends_on:
- database
Expand All @@ -26,7 +26,7 @@ services:

# Events service (quark)
events:
image: ghcr.io/revoltchat/bonfire:20220612-4
image: ghcr.io/revoltchat/bonfire:20220621-1
env_file: .env
depends_on:
- database
Expand All @@ -37,7 +37,7 @@ services:

# Web App (revite)
web:
image: ghcr.io/revoltchat/client:master
image: ghcr.io/revoltchat/client:1.0.1
env_file: .env
ports:
- "5000:5000"
Expand Down

0 comments on commit 0c08213

Please sign in to comment.