push.tforgione.fr/docker-compose.yml

14 lines
191 B
YAML
Raw Permalink Normal View History

2024-02-23 14:21:48 +01:00
version: "3.2"
services:
server:
build:
context: .
target: server
ports:
- 8000:8000
environment:
- TOKEN=yourtelegramtoken
- CHAT_ID=yourchatid