From a67077254696c3380fec397ba410b20654330b43 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 8 Feb 2024 14:32:21 -0300 Subject: [PATCH] chore: publish 0.1.0+1.25.3 release --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 0816980..e8b0404 100644 --- a/compose.yml +++ b/compose.yml @@ -32,7 +32,7 @@ x-volumes: &default-volumes services: app: - image: nginx:1.20.0 + image: nginx:1.25.3 environment: *default-env volumes: *default-volumes configs: @@ -50,7 +50,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=" + - "coop-cloud.${STACK_NAME}.version=0.1.0+1.25.3" celeryworker: image: funkwhale/funkwhale:1.2 @@ -117,7 +117,7 @@ services: - internal cache: - image: redis:5-alpine + image: redis:7-alpine volumes: - redis-data:/data networks: