Add docker/compose.yml

This commit is contained in:
driftywinds
2025-05-12 11:20:37 +00:00
parent 40dd858c4d
commit 9e7bffb663

18
docker/compose.yml Normal file
View File

@@ -0,0 +1,18 @@
version: '3.8'
services:
telegram-bot:
container_name: dsbot
#container_name: dmbot # uncomment for use
#container_name: gtbot # uncomment for use
image: ghcr.io/driftywinds/mpbot:latestDS
#image: ghcr.io/driftywinds/mpbot:latestDM # uncomment for use
#image: ghcr.io/driftywinds/mpbot:latestGT # uncomment for use
restart: unless-stopped
env_file:
- .env
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"