mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:29 +02:00
14 lines
230 B
YAML
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
|