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

Task service definition

parent 36987d34
No related branches found
No related tags found
1 merge request!6Task service definition
......@@ -13,6 +13,18 @@ services:
ports:
- "8081:8080"
task:
container_name: task
build:
context: $GOPATH/src/code.vereign.com/gaiax/tsa/task
dockerfile: deployment/compose/Dockerfile
volumes:
- "$GOPATH/src/code.vereign.com/gaiax/tsa/task:/go/src/code.vereign.com/gaiax/tsa/task"
env_file:
- ./env/task.env
ports:
- "8082:8080"
didresolver:
image: universalresolver/uni-resolver-web:latest
ports:
......
HTTP_HOST=""
HTTP_PORT="8080"
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