Merge branch 'main' of https://git.coopcloud.tech/coop-cloud/workadventure
continuous-integration/drone/push Build is failing

This commit is contained in:
root
2026-06-10 03:35:15 +00:00
2 changed files with 10 additions and 9 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
services:
livekit:
image: livekit/livekit-server:v1.10.1
image: livekit/livekit-server:v1.12.0
command: --config /etc/livekit/config.yaml
ports:
- target: 7881
@@ -30,7 +30,7 @@ services:
- internal
egress:
image: livekit/egress:v1.12.0
image: livekit/egress:v1.13.0
labels:
# TODO: Make egress domain configurable
# TODO: Add STACK_NAME
@@ -95,7 +95,7 @@ services:
- rustfs:/data
rustfs-init:
image: amazon/aws-cli:2.31.1
image: amazon/aws-cli:2.34.56
entrypoint: ["/bin/sh", "-ec"]
command:
- |
+7 -6
View File
@@ -1,6 +1,6 @@
services:
app:
image: thecodingmachine/workadventure-play:v1.30.6
image: thecodingmachine/workadventure-play:v1.31.0
environment:
- DEBUG_MODE
- JITSI_URL
@@ -111,17 +111,18 @@ services:
caddy: ${DOMAIN}
caddy.@default.path: /*
caddy.reverse_proxy: "@default {{upstreams 3000}}"
caddy.tls.on_demand:
caddy.tls.on_demand:
caddy.@ws.0_header: Connection *Upgrade*
caddy.@ws.1_header: Upgrade websocket
caddy.0_reverse_proxy: "@ws {{upstreams 3001}}"
caddy.1_reverse_proxy: "/ws* {{upstreams 3001}}"
coop-cloud.${STACK_NAME}.version: 0.1.0+v1.31.0
networks:
- proxy
- internal
back:
image: thecodingmachine/workadventure-back:v1.30.6
image: thecodingmachine/workadventure-back:v1.31.0
environment:
- PLAY_URL=https://${DOMAIN}
- SECRET_JITSI_KEY
@@ -175,7 +176,7 @@ services:
- internal
uploader:
image: thecodingmachine/workadventure-uploader:v1.30.6
image: thecodingmachine/workadventure-uploader:v1.31.0
environment:
- UPLOADER_URL=https://${DOMAIN}/uploader
#AWS
@@ -235,14 +236,14 @@ services:
- internal
redis:
image: redis:6
image: redis:8
volumes:
- redisdata:/data
networks:
- proxy
map-storage:
image: thecodingmachine/workadventure-map-storage:v1.30.6
image: thecodingmachine/workadventure-map-storage:v1.31.0
environment:
API_URL: back:50051
PROMETHEUS_AUTHORIZATION_TOKEN: "$PROMETHEUS_AUTHORIZATION_TOKEN"