1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/teleprompter/docker-compose.yml
2021-10-19 15:47:50 +08:00

14 lines
230 B
YAML

version: "3.8"
services:
teleprompter:
image: teleprompter
build:
context: .
args:
- APP_DOMAIN=easypi.tv
init: true
ports:
- "3000:3000"
- "8080:8080"
restart: unless-stopped