mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
Add SSH bot service with compose configuration
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
sshbot:
|
||||
image: nhyyeb/sshbot:latest
|
||||
container_name: sshbot
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DISCORD_TOKEN=${SSHBOT_DISCORD_TOKEN}
|
||||
- SSH_HOST=${SSHBOT_SSH_HOST}
|
||||
- SSH_PORT=${SSHBOT_SSH_PORT}
|
||||
- SSH_USERNAME=${SSHBOT_SSH_USERNAME}
|
||||
- SSH_PASSWORD=${SSHBOT_SSH_PASSWORD}
|
||||
- TZ=${TZ:-UTC}
|
||||
profiles:
|
||||
- sshbot
|
||||
- all
|
||||
|
||||
Reference in New Issue
Block a user