Skip to content

Commit

Permalink
compose tag variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Apr 3, 2024
1 parent 293cee7 commit 3ad061e
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
@@ -1,6 +1,6 @@
services:
api:
image: mcsystems/news-search-api:{IMAGE_TAG}
image: mcsystems/news-search-api:${IMAGE_TAG}
build: .
ports:
- 8000:8000
Expand All @@ -10,7 +10,7 @@ services:
- .:/app

ui:
image: mcsystems/news-search-api:{IMAGE_TAG}
image: mcsystems/news-search-api:${IMAGE_TAG}
build: .
environment:
APIURL: http://api:8000/v1
Expand Down

0 comments on commit 3ad061e

Please sign in to comment.