We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dff30 commit 915af96Copy full SHA for 915af96
1 file changed
templates/compose/alexandrie.yaml
@@ -7,7 +7,7 @@
7
8
services:
9
frontend:
10
- image: ghcr.io/smaug6739/alexandrie-frontend:v8.7.2
+ image: ghcr.io/smaug6739/alexandrie-frontend:v8.10.0
11
environment:
12
- SERVICE_URL_FRONTEND_8200
13
- PORT=8200
@@ -21,7 +21,7 @@ services:
21
- backend
22
23
backend:
24
- image: ghcr.io/smaug6739/alexandrie-backend:v8.7.2
+ image: ghcr.io/smaug6739/alexandrie-backend:v8.10.0
25
26
- SERVICE_URL_BACKEND_8201
27
- BACKEND_PORT=8201
@@ -74,7 +74,7 @@ services:
74
retries: 5
75
76
rustfs:
77
- image: rustfs/rustfs:1.0.0-alpha.90
+ image: rustfs/rustfs:1.0.0-beta.8
78
79
- SERVICE_URL_RUSTFS_9000
80
- RUSTFS_ACCESS_KEY=${SERVICE_USER_RUSTFS}
0 commit comments