mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-24 15:19:23 +00:00
Initial commit
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
python:
|
||||
build: .
|
||||
ports:
|
||||
- 8080:8080
|
||||
env_file: .env
|
||||
Reference in New Issue
Block a user