Skip to content

Commit

Permalink
add instruction to setup customer self-host service (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
YYH-NJ authored Dec 15, 2023
1 parent 764cee2 commit 0181b2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ make docker-build

## Setup Simple Postgres Serverless With Omnistrate

Pre-requisite:
Please follow https://github.com/omnistrate/account-setup to setup AWS bootstrap account/role

**Step 1: Import Service Definition From Docker Compose**

Sample docker compose file exist in /dockercompose/postgres_demo.yaml folder
Expand Down
3 changes: 3 additions & 0 deletions dockercompose/postgres_demo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
version: "3"
x-omnistrate-my-account:
AwsAccountId: '<accountId>'
AwsBootstrapRoleAccountArn: 'arn:aws:iam::<accountId>:role/omnistrate-bootstrap-role'
services:
postgres:
image: njnjyyh/pg-proxy-demo:1
Expand Down

0 comments on commit 0181b2f

Please sign in to comment.