added shitty roku integration

This commit is contained in:
ION606
2025-09-11 17:28:09 -04:00
parent 06790d74d9
commit f33571b8df
8 changed files with 349 additions and 0 deletions
+12
View File
@@ -11,9 +11,21 @@ services:
restart: always
depends_on:
- postgres
- tools
networks:
- internal
tools:
container_name: openwebui_tools
build:
context: ./tools
dockerfile: Dockerfile
env_file: .env
restart: unless-stopped
networks:
- internal
postgres:
image: postgres:latest
container_name: openwebui_postgres