mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 13:48:42 +03:00
Update route.ts and docker-compose.yml
This commit is contained in:
parent
9bd8773b3b
commit
347a0c638c
@ -27,8 +27,8 @@ services:
|
|||||||
- "traefik.http.routers.next.tls=true"
|
- "traefik.http.routers.next.tls=true"
|
||||||
- "traefik.http.services.next.loadbalancer.server.port=3000"
|
- "traefik.http.services.next.loadbalancer.server.port=3000"
|
||||||
environment:
|
environment:
|
||||||
- REDIS_HOST=redis
|
- REDIS_HOST=${REDIS_HOST}
|
||||||
- REDIS_PORT=6379
|
- REDIS_PORT=${REDIS_PORT}
|
||||||
- REDIS_PASSWORD=${REDIS_PASSWORD}
|
- REDIS_PASSWORD=${REDIS_PASSWORD}
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
@ -39,6 +39,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
redis_data:
|
redis_data:
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user