Skip to content

Commit

Permalink
docker-compose.yml fixed services name
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed May 24, 2024
1 parent 1bd9ae8 commit 54712af
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,5 +1,5 @@
services:
anybot:
anybot-${STAND}:
image: anybot
build:
context: .
Expand All @@ -9,7 +9,7 @@ services:
- "/etc/anybot/${STAND}/private-key.pem:/code/private-key.pem"
ports:
- "${ANYBOT_PORT}:3000"
timerTrigger:
timerTrigger-${STAND}:
image: timer-trigger
build:
context: .
Expand Down

0 comments on commit 54712af

Please sign in to comment.