fix(compose): added missing files for compose
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
TASK_GRPC_PORT=50051
|
||||
TASK_HTTP_PORT=8082
|
||||
TASK_GRPC_ENABLE_REFLECTION=true
|
||||
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USERNAME=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DATABASE=postgres
|
||||
|
||||
LOG_LEVEL=info
|
||||
|
||||
AUTH_SVC_ADDR=auth:50051
|
||||
@@ -0,0 +1,13 @@
|
||||
USER_GRPC_PORT=50051
|
||||
USER_HTTP_PORT=8082
|
||||
USER_GRPC_ENABLE_REFLECTION=true
|
||||
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USERNAME=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DATABASE=postgres
|
||||
|
||||
LOG_LEVEL=info
|
||||
|
||||
AUTH_SVC_ADDR=auth:50051
|
||||
Reference in New Issue
Block a user