Add additional project structure, config, Docker support, and more prompt files
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
mev-bot:
|
||||
build: .
|
||||
container_name: mev-bot
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- LOG_LEVEL=info
|
||||
ports:
|
||||
- "8080:8080"
|
||||
command: ["start"]
|
||||
Reference in New Issue
Block a user