fix pk read issue
This commit is contained in:
16
crypto/sol/compose.yml
Normal file
16
crypto/sol/compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
version: '3'
|
||||
services:
|
||||
sol-copytrade:
|
||||
image: python:3.12-slim
|
||||
container_name: solana-watcher
|
||||
working_dir: /app
|
||||
ports:
|
||||
- 3111:3001
|
||||
volumes:
|
||||
- /mnt/storage/DEV/workspace/repos/git.d-popov.com/ai-kevin/crypto/sol/:/app
|
||||
environment:
|
||||
- TZ=UTC
|
||||
command: >
|
||||
sh -c "pip install -r requirements.txt &&
|
||||
python app.py"
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user