Skip to content

Commit

Permalink
chore: update docker compose to use dynamic image tag for production
Browse files Browse the repository at this point in the history
  • Loading branch information
gvieira18 committed Aug 27, 2024
1 parent ee9a871 commit eb3fd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
build:
context: .
dockerfile: .docker/Dockerfile.prod
image: tpb-consumer-api:prod
image: tpb-consumer-api:prod-${APP_VERSION}
hostname: prod
restart: on-failure
ports:
Expand Down

0 comments on commit eb3fd27

Please sign in to comment.