chore: pin backend during migration

pull/102/head
Paul Makles 5 months ago committed by GitHub
parent 58645c1e8a
commit a77899b4b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,7 +35,7 @@ services:
# API server (delta) # API server (delta)
api: api:
image: ghcr.io/revoltchat/server:latest image: ghcr.io/revoltchat/server:20240929-1
env_file: .env env_file: .env
depends_on: depends_on:
- database - database
@ -47,7 +47,7 @@ services:
# Events service (quark) # Events service (quark)
events: events:
image: ghcr.io/revoltchat/bonfire:latest image: ghcr.io/revoltchat/bonfire:20240929-1
env_file: .env env_file: .env
depends_on: depends_on:
- database - database

Loading…
Cancel
Save