mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
Updated postgres, redis and nginx
This commit is contained in:
@@ -6,7 +6,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: ${POSTGRES_DOCKER_IMAGE:-postgres:11-alpine}
|
image: ${POSTGRES_DOCKER_IMAGE:-postgres:17-alpine}
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
- postgres-data:/var/lib/postgresql/data
|
- postgres-data:/var/lib/postgresql/data
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: ${REDIS_DOCKER_IMAGE:-redis:6.2-alpine}
|
image: ${REDIS_DOCKER_IMAGE:-redis:7.2-alpine}
|
||||||
container_name: redis
|
container_name: redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@@ -35,7 +35,7 @@ services:
|
|||||||
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
|
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
|
||||||
|
|
||||||
scalelite-proxy:
|
scalelite-proxy:
|
||||||
image: ${NGINX_DOCKER_IMAGE:-nginx:1.24}
|
image: ${NGINX_DOCKER_IMAGE:-nginx:1.27.3}
|
||||||
container_name: scalelite-proxy
|
container_name: scalelite-proxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user