15 lines
292 B
Django/Jinja
15 lines
292 B
Django/Jinja
services:
|
|
|
|
owncast:
|
|
container_name: owncast
|
|
image: owncast/owncast:latest
|
|
volumes:
|
|
- {{ owncast_working_folder }}/data:/app/data
|
|
- {{ owncast_capture_folder }}:/app/capture
|
|
ports:
|
|
- 8080:8080
|
|
- 1935:1935
|
|
restart: always
|
|
network_mode: bridge
|
|
|