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