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

Merge branch 'fix-cache-config' into 'main'

Fix cache HTTP port configuration

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