Refactor configuration paths in .gitignore and compose.yaml; add config.sample.toml
All checks were successful
Push Docker image / build (push) Successful in 1m33s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 10:25:58 +02:00
parent 1e25826413
commit 91743fefe1
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -10,6 +10,6 @@ wheels/
.venv
# BotBotBot
/config.toml
/config/config.toml
/wordlist.pickle
/cambai

View file

@ -3,4 +3,4 @@ services:
container_name: botbotbot
image: code.edgarpierre.fr/edpibu/botbotbot:main
volumes:
- /docker/botbotbot/config:/config
- ./config:/config