added pepebot_service

This commit is contained in:
DutchEllie 2021-09-08 22:27:52 +02:00
parent eafaf48233
commit 42dd728da1
1 changed files with 8 additions and 1 deletions

View File

@ -24,6 +24,13 @@ services:
MYSQL_PASSWORD:
volumes:
- pepe_db_data:/var/lib/mysql
pepe_service:
container_name: pepebot_service
image: dutchellie/pepebot_service:latest
restart: always
environment:
- PEPE_DIR=/pepe/1.00
volumes:
- /your/pepe/folder:/pepe #edit this
volumes:
pepe_db_data: {}