Skip to content

Commit

Permalink
Add render IaaC code yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sourav-kumar_Barco committed Nov 12, 2023
1 parent 7e0e55b commit dfd5596
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
services:
- type: web
name: user-service
runtime: docker
repo: https://github.com/souravs17031999/opioner-backend
branch: master
rootDir: ./user-service
dockerfilePath: ./Dockerfile
dockerContext: .
envVars:
- fromGroup: opioner-service-env
- type: web
name: product-service
runtime: docker
repo: https://github.com/souravs17031999/opioner-backend
branch: master
rootDir: ./product-service
dockerfilePath: ./Dockerfile
dockerContext: .
envVars:
- fromGroup: opioner-service-env
- type: web
name: notification-service
runtime: docker
repo: https://github.com/souravs17031999/opioner-backend
branch: master
rootDir: ./notification-service
dockerfilePath: ./Dockerfile
dockerContext: .
envVars:
- fromGroup: opioner-service-env

0 comments on commit dfd5596

Please sign in to comment.