Compare commits

...
Author SHA1 Message Date
autonomic-bot 789730a89d chore: upgrade redis to 8.10.1, livekit to v1.13.5, nginx to 1.31.4
cc-ci/testme cc-ci: success
2026-08-21 03:04:26 +00:00
autonomic-bot b3cd1aebae chore: upgrade lasuite/meet to v1.27.0
cc-ci/testme cc-ci: failure
2026-08-15 19:37:46 +00:00
autonomic-bot 60b0b02ec2 chore: upgrade lasuite-meet app/backend/celery to v1.26.0 2026-08-15 19:34:25 +00:00
trav dc710283ed chore: publish 0.5.0+v1.21.0 release 2026-06-22 15:20:46 -04:00
trav b6725bc0f7 Merge pull request 'upgrade-0.4.2+v1.21.0' (#17) from upgrade-0.4.2+v1.21.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-meet/pulls/17
2026-06-22 19:13:51 +00:00
autonomic-bot 8f452abdb3 chore: upgrade nginx to 1.31.2
cc-ci/testme cc-ci: success
2026-06-19 03:10:58 +00:00
notplantsandnotplants 97684f9de9 chore: upgrade to 0.4.2+v1.21.0
cc-ci/testme cc-ci: success
2026-06-17 00:12:34 +01:00
notplants 19306a1f43 Merge pull request 'chore: upgrade to 0.4.1+v1.19.0' (#15) from upgrade-0.4.1+v1.19.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-meet/pulls/15
2026-06-15 18:41:33 +00:00
notplants 05cdafb5bb chore: upgrade to 0.4.1+v1.19.0
cc-ci/testme cc-ci: success
2026-06-10 00:15:40 +01:00
notplants 4cab49caec Merge pull request 'chore: upgrade to 0.4.0+v1.19.0' (#12) from upgrade-0.4.0+v1.19.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-meet/pulls/12
2026-06-09 01:40:10 +00:00
+7 -7
View File
@@ -64,14 +64,14 @@ x-postgres-env: &postgres-env
services: services:
app: app:
image: lasuite/meet-frontend:v1.19.0 image: lasuite/meet-frontend:v1.27.0
networks: networks:
- backend - backend
deploy: deploy:
labels: labels:
- "traefik.enable=false" - "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.4.0+v1.19.0" - "coop-cloud.${STACK_NAME}.version=0.5.0+v1.21.0"
user: "${DOCKER_USER:-1000}" user: "${DOCKER_USER:-1000}"
entrypoint: entrypoint:
- /docker-entrypoint.sh - /docker-entrypoint.sh
@@ -87,7 +87,7 @@ services:
start_period: 10s start_period: 10s
backend: backend:
image: lasuite/meet-backend:v1.19.0 image: lasuite/meet-backend:v1.27.0
networks: networks:
- backend - backend
environment: environment:
@@ -119,7 +119,7 @@ services:
- email_pass - email_pass
celery: celery:
image: lasuite/meet-backend:v1.19.0 image: lasuite/meet-backend:v1.27.0
networks: networks:
- backend - backend
healthcheck: healthcheck:
@@ -173,7 +173,7 @@ services:
- postgres_p - postgres_p
redis: redis:
image: redis:8.6.4 image: redis:8.10.1
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] test: ["CMD", "redis-cli", "ping"]
interval: 15s interval: 15s
@@ -183,7 +183,7 @@ services:
- backend - backend
livekit: livekit:
image: livekit/livekit-server:v1.12.0 image: livekit/livekit-server:v1.13.5
command: --config /livekit-server.yaml command: --config /livekit-server.yaml
environment: environment:
- STACK_NAME - STACK_NAME
@@ -223,7 +223,7 @@ services:
- "traefik.http.services.${STACK_NAME}_livekit.loadbalancer.server.port=7880" - "traefik.http.services.${STACK_NAME}_livekit.loadbalancer.server.port=7880"
web: web:
image: nginx:1.31.1 image: nginx:1.31.4
environment: environment:
- STACK_NAME - STACK_NAME
healthcheck: healthcheck: