mirror of
https://github.com/weyne85/chaturbate-dvr.git
synced 2025-10-29 16:58:56 +00:00
12 lines
242 B
YAML
12 lines
242 B
YAML
version: "3.0"
|
|
|
|
services:
|
|
chaturbate-dvr-web:
|
|
container_name: chaturbate-dvr-web
|
|
build:
|
|
context: .
|
|
dockerfile: web.Dockerfile
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./accounts.json:/usr/src/app/accounts.json |