docker
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
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
This commit is contained in:
13
env.example
Normal file
13
env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user