feat(docker): add Docker support and env example
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user