19 lines
346 B
YAML
19 lines
346 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
run:
|
|
volumes:
|
|
- /mnt/data/storage/owncast:/app/data
|
|
ports:
|
|
- '8085:8080'
|
|
- '1935:1935'
|
|
image: gabekangas/owncast:latest
|
|
restart: always
|
|
container_name: owncast
|
|
networks:
|
|
- proxy
|
|
|
|
networks:
|
|
proxy:
|
|
external: true
|