We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3540361 commit ef6312eCopy full SHA for ef6312e
docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
- "10000:10000"
7
environment:
8
- ConnectionStrings__DefaultConnection=Host=postgres;Database=StudentManagementDb;Username=postgres;Password=yourpassword
9
- - ASPNETCORE_ENVIRONMENT=master
+ - ASPNETCORE_ENVIRONMENT=Development
10
depends_on:
11
- postgres
12
render.yaml
@@ -24,6 +24,7 @@ services:
24
env: docker
25
plan: free
26
region: frankfurt
27
+ branch: master
28
dockerfilePath: ./Dockerfile
29
envVars:
30
- key: DATABASE_URL
0 commit comments