Skip to content

docker compose enable telegram alert? #2335

Answered by fiftin
Aabayoumy asked this question in Q&A
Discussion options

You must be logged in to vote

You need flag SEMAPHORE_TELEGRAM_ALERT=1 too.

Working example:

docker run --name semaphore \
-p 3000:3000 \
-e SEMAPHORE_DB_DIALECT=bolt \
-e SEMAPHORE_ADMIN=admin \
-e SEMAPHORE_ADMIN_PASSWORD=changeme \
-e SEMAPHORE_ADMIN_NAME="Admin" \
-e SEMAPHORE_ADMIN_EMAIL=admin@localhost \
-e SEMAPHORE_TELEGRAM_TOKEN=*** \
-e SEMAPHORE_TELEGRAM_CHAT=*** \
-e SEMAPHORE_TELEGRAM_ALERT=1 \
-v semaphore_data:/var/lib/semaphore \
-v semaphore_config:/etc/semaphore \
-v tmp_config:/tmp/semaphore \
-d semaphoreui/semaphore:develop

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fiftin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants