TradingView-Webhook-Bot/docker-compose.yml

9 wiersze
191 B
YAML
Czysty Zwykły widok Historia

2020-10-11 17:42:44 +00:00
---
2021-08-05 05:02:06 +00:00
version: '3.9'
2020-10-11 17:42:44 +00:00
services:
tradingview-webhook-bot:
build: .
container_name: tradingview-webhook-bot
ports:
- '80:80'
restart: unless-stopped