You've already forked orderservice
feat: added dockerfiles and docker compose setup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
GRPC_ENABLE_REFLECTION=true
|
||||
HTTP_HANDLER_ENABLE=true
|
||||
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USERNAME=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DATABASE=postgres
|
||||
|
||||
REDIS_URI=redis://redis:6379
|
||||
Reference in New Issue
Block a user