mirror of
https://github.com/teacat/chaturbate-dvr.git
synced 2025-10-29 16:59:59 +00:00
13 lines
254 B
YAML
13 lines
254 B
YAML
version: "3.0"
|
|
|
|
services:
|
|
chaturbate-dvr-web:
|
|
container_name: chaturbate-dvr-web
|
|
build:
|
|
context: .
|
|
dockerfile: web.Dockerfile
|
|
environment:
|
|
- GUI_USERNAME=johndoe
|
|
- GUI_PASSWORD=password
|
|
ports:
|
|
- "8080:8080" |