feat(release): Setup automatic docker build

This commit is contained in:
Michel Fedde 2025-06-22 17:51:21 +02:00
parent a3c1bae6db
commit d5f5fe5f1a
8 changed files with 79 additions and 5 deletions

4
examples/.env.example Normal file
View file

@ -0,0 +1,4 @@
DISCORD_API_KEY=<YOURKEY>
DISCORD_CLIENT_ID=<YOURCLIENTID>
DB_PATH=data/data.db

View file

@ -0,0 +1,9 @@
services:
bot:
container_name: "pnp_scheduler_bot"
image: neintonine/pnp-scheduler:release
restart: unless-stopped
volumes:
- ./data:/app/data
env_file:
- .env