add
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
container_name: vk-sales-bot
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./logs:/app/logs
|
||||
Reference in New Issue
Block a user