first com2
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
bot:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- .:/app
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
# Optional: uncomment to run with auto-reload for development
|
||||
# command: python -m watchfiles main.py
|
||||
stdin_open: true
|
||||
tty: true
|
||||
Reference in New Issue
Block a user