feat: add Docker configuration files for deployment and containerization

This commit is contained in:
MythEclipse
2026-05-16 00:41:23 +07:00
parent 41c6b567a6
commit dd22f0bb1f
4 changed files with 126 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
booster-role:
image: ghcr.io/mytheclipse/booster-role:latest
container_name: booster-role
restart: unless-stopped
env_file:
- .env
volumes:
- booster-role-data:/app/data
volumes:
booster-role-data: