Skip to content

Commit

Permalink
added container name to prod compose
Browse files Browse the repository at this point in the history
  • Loading branch information
4l3j0Ok committed Mar 28, 2024
1 parent feb0ba3 commit 3f46f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stack/dev.compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "3.9"
services:
BCRA-Scraper-API:
bcra-scraper-api:
image: alejoide/bcra-scraper-api:latest
container_name: bcra-scraper-api
build:
Expand Down
1 change: 1 addition & 0 deletions stack/prod.compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3.9"
services:
BCRA-Scraper-API:
image: alejoide/bcra-scraper-api:latest
container_name: bcra-scraper-api
restart: unless-stopped
env_file:
- .env
Expand Down

0 comments on commit 3f46f85

Please sign in to comment.