init
This commit is contained in:
10
wechat-bot/docker-compose.yml
Normal file
10
wechat-bot/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
wechat-bot:
|
||||
build: .
|
||||
container_name: wechat-bot
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./logs:/app/logs
|
||||
Reference in New Issue
Block a user