14 lines
191 B
YAML
14 lines
191 B
YAML
|
version: "3.2"
|
||
|
|
||
|
services:
|
||
|
|
||
|
server:
|
||
|
build:
|
||
|
context: .
|
||
|
target: server
|
||
|
ports:
|
||
|
- 8000:8000
|
||
|
environment:
|
||
|
- TOKEN=yourtelegramtoken
|
||
|
- CHAT_ID=yourchatid
|