Updated postgres, redis and nginx

This commit is contained in:
Michelle Winkler
2024-12-04 09:22:57 +01:00
parent 96dbb65809
commit 6063f90cf0

View File

@@ -6,7 +6,7 @@ volumes:
services:
postgres:
image: ${POSTGRES_DOCKER_IMAGE:-postgres:11-alpine}
image: ${POSTGRES_DOCKER_IMAGE:-postgres:17-alpine}
container_name: postgres
restart: unless-stopped
environment:
@@ -16,7 +16,7 @@ services:
- postgres-data:/var/lib/postgresql/data
redis:
image: ${REDIS_DOCKER_IMAGE:-redis:6.2-alpine}
image: ${REDIS_DOCKER_IMAGE:-redis:7.2-alpine}
container_name: redis
restart: unless-stopped
volumes:
@@ -35,7 +35,7 @@ services:
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
scalelite-proxy:
image: ${NGINX_DOCKER_IMAGE:-nginx:1.24}
image: ${NGINX_DOCKER_IMAGE:-nginx:1.27.3}
container_name: scalelite-proxy
restart: unless-stopped
ports: