Skip to content
Snippets Groups Projects
Commit 98f309c7 authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

Add cache service definition

parent 8354cb2f
No related branches found
No related tags found
1 merge request!7Add cache service definition
......@@ -25,6 +25,20 @@ services:
ports:
- "8082:8080"
cache:
container_name: cache
build:
context: $GOPATH/src/code.vereign.com/gaiax/tsa/cache
dockerfile: deployment/compose/Dockerfile
volumes:
- "$GOPATH/src/code.vereign.com/gaiax/tsa/cache:/go/src/code.vereign.com/gaiax/tsa/cache"
env_file:
- ./env/cache.env
ports:
- "8083:8083"
depends_on:
- redis
didresolver:
image: universalresolver/uni-resolver-web:latest
ports:
......
HTTP_HOST=""
HTTP_PORT="8083"
HTTP_IDLE_TIMEOUT="120s"
HTTP_READ_TIMEOUT="10s"
HTTP_WRITE_TIMEOUT="10s"
\ No newline at end of file
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