first commit
This commit is contained in:
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
weather_bot:
|
||||
build: .
|
||||
container_name: tg_weather_bot
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
Reference in New Issue
Block a user