disable actions
Some checks failed
Build and Publish Docker Images / security-scan (push) Has been cancelled
Build and Publish Docker Images / notify (push) Has been cancelled
Build and Publish Docker Images / build-and-push (push) Has been cancelled
Test Docker Compose Setup / lint-dockerfiles (push) Has been cancelled
Test Docker Compose Setup / validate-compose (push) Has been cancelled
Test Docker Compose Setup / test-compose (push) Has been cancelled
Some checks failed
Build and Publish Docker Images / security-scan (push) Has been cancelled
Build and Publish Docker Images / notify (push) Has been cancelled
Build and Publish Docker Images / build-and-push (push) Has been cancelled
Test Docker Compose Setup / lint-dockerfiles (push) Has been cancelled
Test Docker Compose Setup / validate-compose (push) Has been cancelled
Test Docker Compose Setup / test-compose (push) Has been cancelled
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
# Discord Bot Service
|
||||
discord-bot:
|
||||
@@ -20,8 +18,6 @@ services:
|
||||
- web-backend
|
||||
networks:
|
||||
- uptime-kuma-network
|
||||
volumes:
|
||||
- ./Bot/config.json:/app/config.json:ro
|
||||
healthcheck:
|
||||
test: ["CMD", "node", "-e", "console.log('Bot is running')"]
|
||||
interval: 30s
|
||||
@@ -43,8 +39,6 @@ services:
|
||||
- "8080:80"
|
||||
networks:
|
||||
- uptime-kuma-network
|
||||
volumes:
|
||||
- ./Web/back-end.php:/var/www/html/back-end.php:ro
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost/back-end.php"]
|
||||
interval: 30s
|
||||
@@ -56,6 +50,3 @@ networks:
|
||||
uptime-kuma-network:
|
||||
driver: bridge
|
||||
|
||||
volumes:
|
||||
bot-config:
|
||||
web-config:
|
||||
|
||||
Reference in New Issue
Block a user