1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-10 11:10:29 +02:00
dockerfiles/teleprompter/docker-compose.yml

14 lines
230 B
YAML
Raw Normal View History

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