mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
12 lines
265 B
YAML
12 lines
265 B
YAML
version: "3.8"
|
|
services:
|
|
owncast:
|
|
image: gabekangas/owncast
|
|
command: /app/owncast --configFile=/data/config.yaml --chatDatabase=/data/chat.db
|
|
ports:
|
|
- "1935:1935"
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./data:/data
|
|
restart: unless-stopped
|