so-un-bot/docker-compose.yml

12 lines
352 B
YAML
Raw Normal View History

2023-07-09 03:09:10 +02:00
# An example compose file to deploy the bot in a Docker environment
2023-07-09 02:43:34 +02:00
version: '3.8'
services:
bot:
image: 'sobot3'
restart: unless-stopped
hostname: so-un-bot
domainname: pve-docker.net.mrlc.cc
volumes:
2023-07-09 02:46:19 +02:00
- ./:/App/ACL
- /mnt/main/SSD/sobot_data/acl.json:/App/ACL/acl.json # Database might be stored on a different drive