Skip to content

Commit

Permalink
clean up image uses for monitor compose entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges committed Jul 30, 2024
1 parent cd73828 commit 8b9dfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ services:

monitor:
container_name: autograph-monitor
image: autograph-app
build:
context: .
command: ["/go/bin/autograph-monitor"]

monitor-lambda-emulator:
container_name: autograph-monitor-lambda-emulator
image: autograph-monitor-lambda-emulator
build:
context: .
target: autograph-lambda-emulator
Expand Down

0 comments on commit 8b9dfec

Please sign in to comment.