mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-23 14:49:30 +00:00
9 lines
95 B
YAML
9 lines
95 B
YAML
version: "3"
|
|
|
|
services:
|
|
python:
|
|
build: .
|
|
ports:
|
|
- 8080:8080
|
|
env_file: .env
|