Skip to content

Commit

Permalink
Merge branch 'change-docker-postgres' into create-user-management-module
Browse files Browse the repository at this point in the history
  • Loading branch information
VassilisSoum committed Apr 5, 2021
2 parents c370828 + b04157c commit 2e1b5a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 0.2

phases:
pre_build:
commands:
- echo Logging in to Amazon ECR...
- aws ecr get-login-password --region $AWS_DEFAULT_REGION | docker login --username AWS --password-stdin $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com
build:
commands:
- echo Running tests
- sbt test
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.1'
services:

db:
image: postgres:13.2
image: 308605260180.dkr.ecr.us-east-2.amazonaws.com/postgres:13.2
restart: always
ports:
- 5432:5432
Expand Down

0 comments on commit 2e1b5a3

Please sign in to comment.