mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
Updated postgres, redis and nginx
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user