chore: always track latest stable tagged release

pull/90/head
Paul Makles 1 year ago committed by GitHub
parent cabb853a63
commit 3d7b2791fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,7 +37,7 @@ services:
# API server (delta) # API server (delta)
api: api:
image: ghcr.io/revoltchat/server:20230704-1 image: ghcr.io/revoltchat/server:latest
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:20230704-1 image: ghcr.io/revoltchat/bonfire:latest
env_file: .env env_file: .env
depends_on: depends_on:
- database - database
@ -65,7 +65,7 @@ services:
# File server (autumn) # File server (autumn)
autumn: autumn:
image: ghcr.io/revoltchat/autumn:1.1.10 image: ghcr.io/revoltchat/autumn:latest
env_file: .env env_file: .env
depends_on: depends_on:
- database - database
@ -77,7 +77,7 @@ services:
# Metadata and image proxy (january) # Metadata and image proxy (january)
january: january:
image: ghcr.io/revoltchat/january:master image: ghcr.io/revoltchat/january:latest
depends_on: depends_on:
- caddy - caddy
restart: always restart: always

Loading…
Cancel
Save