Add docker/compose.yml
This commit is contained in:
18
docker/compose.yml
Normal file
18
docker/compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user