chore: upgrade to v1.15.0, pin image tags to semver #2
16
compose.yml
16
compose.yml
@ -64,14 +64,14 @@ x-postgres-env: &postgres-env
|
||||
|
||||
services:
|
||||
app:
|
||||
image: lasuite/meet-frontend:v1.8.0
|
||||
image: lasuite/meet-frontend:v1.15.0
|
||||
networks:
|
||||
- backend
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.enable=false"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.8.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.2.0+v1.15.0"
|
||||
user: "${DOCKER_USER:-1000}"
|
||||
entrypoint:
|
||||
- /docker-entrypoint.sh
|
||||
@ -80,14 +80,14 @@ services:
|
||||
- MEET_HOST=${DOMAIN}
|
||||
- LIVEKIT_HOST=${LIVEKIT_DOMAIN}
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -f http://localhost:8080 || exit 1"]
|
||||
test: ["CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1:8080 || exit 1"]
|
||||
interval: 15s
|
||||
timeout: 30s
|
||||
retries: 20
|
||||
start_period: 10s
|
||||
|
||||
backend:
|
||||
image: lasuite/meet-backend:v1.8.0
|
||||
image: lasuite/meet-backend:v1.15.0
|
||||
networks:
|
||||
- backend
|
||||
environment:
|
||||
@ -119,7 +119,7 @@ services:
|
||||
- email_pass
|
||||
|
||||
celery:
|
||||
image: lasuite/meet-backend:v1.8.0
|
||||
image: lasuite/meet-backend:v1.15.0
|
||||
networks:
|
||||
- backend
|
||||
healthcheck:
|
||||
@ -173,7 +173,7 @@ services:
|
||||
- postgres_p
|
||||
|
||||
redis:
|
||||
image: redis:8
|
||||
image: redis:8.6.3
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 15s
|
||||
@ -183,7 +183,7 @@ services:
|
||||
- backend
|
||||
|
||||
livekit:
|
||||
image: livekit/livekit-server:v1.8.2
|
||||
image: livekit/livekit-server:v1.11.0
|
||||
command: --config /livekit-server.yaml
|
||||
environment:
|
||||
- STACK_NAME
|
||||
@ -223,7 +223,7 @@ services:
|
||||
- "traefik.http.services.${STACK_NAME}_livekit.loadbalancer.server.port=7880"
|
||||
|
||||
web:
|
||||
image: nginx:1.29
|
||||
image: nginx:1.29.8
|
||||
environment:
|
||||
- STACK_NAME
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user