1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/teleprompter/docker-compose.yml

14 lines
230 B
YAML
Raw Normal View History

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