mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 12:46:15 +01:00
12 lines
No EOL
352 B
YAML
12 lines
No EOL
352 B
YAML
# An example compose file to deploy the bot in a Docker environment
|
|
|
|
version: '3.8'
|
|
services:
|
|
bot:
|
|
image: 'sobot3'
|
|
restart: unless-stopped
|
|
hostname: so-un-bot
|
|
domainname: pve-docker.net.mrlc.cc
|
|
volumes:
|
|
- ./:/App/ACL
|
|
- /mnt/main/SSD/sobot_data/acl.json:/App/ACL/acl.json # Database might be stored on a different drive |