mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
27 lines
439 B
YAML
27 lines
439 B
YAML
version: "3"
|
|
x-logging: &x-logging
|
|
logging:
|
|
driver: 'json-file'
|
|
options:
|
|
max-file: '5'
|
|
max-size: '10m'
|
|
services:
|
|
# neroshitron:
|
|
# build:
|
|
# context: .
|
|
# restart: unless-stopped
|
|
# ports:
|
|
# - 3000:3000
|
|
|
|
owncast:
|
|
image: owncast/owncast:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8080:8080
|
|
- 1935:1935
|
|
volumes:
|
|
- ./data:/owncast/data
|
|
|
|
volumes:
|
|
db-config:
|