Skip to content

Commit

Permalink
docker compose updates
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 27, 2024
1 parent aa03f73 commit 1dd1512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mrt-services/callback/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
networks:
merrittnet:
container_name: callback
image: ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/callback
image: ${ECR_REGISTRY}/callback
build:
context: .
dockerfile: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion mrt-services/mysql-rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: '3.9'
services:
mysql-rspec:
container_name: mysql-rspec
image: ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/mrt-database
image: ${ECR_REGISTRY}/mrt-database
build:
context: mysql
dockerfile: Dockerfile
Expand Down

0 comments on commit 1dd1512

Please sign in to comment.