feat(docker): add Docker support and env example

This commit is contained in:
2026-07-29 22:23:59 +05:00
parent 183f0aa9bb
commit 1f88af128c
5 changed files with 345 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
name: auto-stars
services:
auto-stars:
image: git.sakamoto.best/lolz/auto-stars:latest
volumes:
- ${LOGS_PATH:-./logs}:/app/logs
- ${STORAGE_PATH:-./storage}:/app/storage
env_file: .env
restart: unless-stopped