Skip to content
Snippets Groups Projects
Commit ce094f72 authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Fix cache HTTP port configuration

parent b033381d
Branches
No related tags found
1 merge request!11Fix cache HTTP port configuration
...@@ -39,7 +39,7 @@ services: ...@@ -39,7 +39,7 @@ services:
env_file: env_file:
- ./env/cache.env - ./env/cache.env
ports: ports:
- "8083:8083" - "8083:8080"
depends_on: depends_on:
- redis - redis
......
LOG_LEVEL="debug"
HTTP_HOST="" HTTP_HOST=""
HTTP_PORT="8083" HTTP_PORT="8080"
HTTP_IDLE_TIMEOUT="120s" HTTP_IDLE_TIMEOUT="120s"
HTTP_READ_TIMEOUT="10s" HTTP_READ_TIMEOUT="10s"
HTTP_WRITE_TIMEOUT="10s" HTTP_WRITE_TIMEOUT="10s"
......
LOG_LEVEL="debug"
HTTP_HOST="" HTTP_HOST=""
HTTP_PORT="8080" HTTP_PORT="8080"
HTTP_IDLE_TIMEOUT="120s" HTTP_IDLE_TIMEOUT="120s"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment