Containerize

This commit is contained in:
Benjamin Morgan 2025-12-25 22:48:27 -07:00
parent 71dcefcf01
commit dee736bd54
7 changed files with 59 additions and 8 deletions

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
services:
bot:
image: registry.benrmorgan.com/minecraftstatus:latest
env_file:
- ./secrets/.env
volumes:
- ./data:/data
restart: unless-stopped