Skip to content

Commit

Permalink
Add welcome and help messages env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Era-Dorta committed Jan 5, 2025
1 parent 8d69131 commit 781d12e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
- SIGNALBLAST_PHONE_NUMBER=$SIGNALBLAST_PHONE_NUMBER
- SIGNALBLAST_PASSWORD=$SIGNALBLAST_PASSWORD
- SIGNALBLAST_HEALTHCHECK_RECEIVER=$SIGNALBLAST_HEALTHCHECK_RECEIVER
- SIGNALBLAST_WELCOME_MESSAGE=$SIGNALBLAST_WELCOME_MESSAGE
- SIGNALBLAST_INSTRUCTIONS_URL=$SIGNALBLAST_INSTRUCTIONS_URL
depends_on:
signal-cli-rest-api:
condition: service_healthy
Expand Down
2 changes: 2 additions & 0 deletions docker/compose_up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ export DOCKER_TAG="${SIGNALBLAST_VERSION//+/-}"
export SIGNALBLAST_PHONE_NUMBER=""
export SIGNALBLAST_PASSWORD=""
export SIGNALBLAST_HEALTHCHECK_RECEIVER=""
export SIGNALBLAST_WELCOME_MESSAGE=""
export SIGNALBLAST_INSTRUCTIONS_URL=""

docker compose up

0 comments on commit 781d12e

Please sign in to comment.