diff --git a/README.md b/README.md index 9e59ce9..436048c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dockercompose/postgres_demo.yaml b/dockercompose/postgres_demo.yaml index 685fe36..aac8072 100644 --- a/dockercompose/postgres_demo.yaml +++ b/dockercompose/postgres_demo.yaml @@ -1,4 +1,7 @@ version: "3" +x-omnistrate-my-account: + AwsAccountId: '' + AwsBootstrapRoleAccountArn: 'arn:aws:iam:::role/omnistrate-bootstrap-role' services: postgres: image: njnjyyh/pg-proxy-demo:1