Skip to content

Commit

Permalink
Merge pull request #2358 from zebrunner/develop
Browse files Browse the repository at this point in the history
#2355: used zebrunner ecr for 2nd postres iam-db
  • Loading branch information
vdelendik authored Jun 8, 2024
2 parents d050fa2 + 42af446 commit d8c2bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
restart: always

iam-db:
image: "qaprosoft/postgres:${TAG_POSTGRES}"
image: "public.ecr.aws/zebrunner/postgres:${TAG_POSTGRES}"
container_name: iam-db
volumes:
- "iam-db-volume:/var/lib/postgresql/data"
Expand Down

0 comments on commit d8c2bb0

Please sign in to comment.