neroshitron/docker-compose.yml

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: