initial commit
This commit is contained in:
14
archive/docker-compose-owncast.yaml.j2
Normal file
14
archive/docker-compose-owncast.yaml.j2
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user