1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/teleprompter/docker-compose.yml

14 lines
230 B
YAML
Raw Normal View History

2021-10-19 15:19:42 +08:00
version: "3.8"
services:
teleprompter:
2021-10-19 15:47:50 +08:00
image: teleprompter
build:
context: .
args:
- APP_DOMAIN=easypi.tv
2021-10-19 15:19:42 +08:00
init: true
ports:
- "3000:3000"
- "8080:8080"
restart: unless-stopped