File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ services:
72
72
73
73
# API server (delta)
74
74
api :
75
- image : ghcr.io/revoltchat/server:20241128-3
75
+ image : ghcr.io/revoltchat/server:20241213-1
76
76
depends_on :
77
77
database :
78
78
condition : service_healthy
@@ -88,7 +88,7 @@ services:
88
88
89
89
# Events service (quark)
90
90
events :
91
- image : ghcr.io/revoltchat/bonfire:20241128-3
91
+ image : ghcr.io/revoltchat/bonfire:20241213-1
92
92
depends_on :
93
93
database :
94
94
condition : service_healthy
@@ -108,7 +108,7 @@ services:
108
108
109
109
# File server (autumn)
110
110
autumn :
111
- image : ghcr.io/revoltchat/autumn:20241128-3
111
+ image : ghcr.io/revoltchat/autumn:20241213-1
112
112
depends_on :
113
113
database :
114
114
condition : service_healthy
@@ -122,7 +122,7 @@ services:
122
122
123
123
# Metadata and image proxy (january)
124
124
january :
125
- image : ghcr.io/revoltchat/january:20241128-3
125
+ image : ghcr.io/revoltchat/january:20241213-1
126
126
volumes :
127
127
- type : bind
128
128
source : ./Revolt.toml
@@ -131,7 +131,7 @@ services:
131
131
132
132
# Push notification daemon (pushd)
133
133
pushd :
134
- image : ghcr.io/revoltchat/pushd:20241128-3
134
+ image : ghcr.io/revoltchat/pushd:20241213-1
135
135
depends_on :
136
136
database :
137
137
condition : service_healthy
You can’t perform that action at this time.
0 commit comments