Skip to content

Commit

Permalink
docker-compose.yml fixed image names
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed May 24, 2024
1 parent a4e16f7 commit e211a24
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:
anybot:
image: anybot
image: anybot-${STAND}
build:
context: .
dockerfile: Dockerfile-anybot
Expand All @@ -10,7 +10,7 @@ services:
ports:
- "${ANYBOT_PORT}:3000"
timerTrigger:
image: timer-trigger
image: timer-trigger-${STAND}
build:
context: .
dockerfile: Dockerfile-timerTrigger
Expand Down

0 comments on commit e211a24

Please sign in to comment.