Update route.ts and docker-compose.yml

This commit is contained in:
AderKonstantin 2025-05-18 16:28:59 +03:00
parent 9bd8773b3b
commit 347a0c638c
2 changed files with 27 additions and 26 deletions

View File

@ -27,8 +27,8 @@ services:
- "traefik.http.routers.next.tls=true"
- "traefik.http.services.next.loadbalancer.server.port=3000"
environment:
- REDIS_HOST=redis
- REDIS_PORT=6379
- REDIS_HOST=${REDIS_HOST}
- REDIS_PORT=${REDIS_PORT}
- REDIS_PASSWORD=${REDIS_PASSWORD}
depends_on:
- redis
@ -39,6 +39,7 @@ services:
volumes:
redis_data:
networks:
proxy:
external: true