Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: "3.2"
|
||||
|
||||
services:
|
||||
|
||||
server:
|
||||
build:
|
||||
context: .
|
||||
target: server
|
||||
ports:
|
||||
- 8000:8000
|
||||
environment:
|
||||
- TOKEN=yourtelegramtoken
|
||||
- CHAT_ID=yourchatid
|
||||
Reference in New Issue
Block a user