feat: add Docker configuration files for deployment and containerization
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user