Skip to content

Commit

Permalink
Added render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
R1c4rdCo5t4 committed Jul 4, 2024
1 parent 7775607 commit 2543b7e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code/server/render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
- name: postgres-db
type: web
env: docker
plan: standard
dockerCommand: docker-compose up
envVars:
- key: POSTGRES_USER
value: admin
- key: POSTGRES_PASSWORD
value: notespace
- key: POSTGRES_DB
value: notespace

0 comments on commit 2543b7e

Please sign in to comment.