mirror of
https://github.com/artemium428/tvsignals-to-tg.git
synced 2026-09-15 17:16:21 +00:00
8 lines
131 B
YAML
8 lines
131 B
YAML
services:
|
|
tvsignals:
|
|
build: .
|
|
ports:
|
|
- "${PORT:-8000}:8000"
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped
|