Some checks failed
Build and Publish Docker Images / build-and-push (push) Failing after 6m30s
Test Docker Compose Setup / test-compose (push) Failing after 30s
Test Docker Compose Setup / lint-dockerfiles (push) Failing after 34s
Test Docker Compose Setup / validate-compose (push) Failing after 12s
Build and Publish Docker Images / security-scan (push) Has been skipped
Build and Publish Docker Images / notify (push) Failing after 7s
14 lines
461 B
Plaintext
14 lines
461 B
Plaintext
# Discord Bot Configuration
|
|
DISCORD_TOKEN=your_discord_bot_token_here
|
|
GUILD_ID=your_discord_guild_id_here
|
|
CHANNEL_ID=your_discord_channel_id_here
|
|
CLIENT_ID=your_discord_client_id_here
|
|
UPDATE_TIME=30
|
|
|
|
# Uptime Kuma Configuration
|
|
UPTIME_KUMA_URL=https://your-uptime-kuma-instance.com/metrics
|
|
UPTIME_KUMA_API_KEY=your_uptime_kuma_api_key_here
|
|
|
|
# Optional: Override backend URL (defaults to internal Docker network)
|
|
# BACKEND_URL=http://web-backend:80/back-end.php
|