build: update Docker configuration with chromium and compose setup
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
samsung-tv-server:
|
||||
image: gitea.bigoscloud.com/biggy/samsung-tv-server:latest
|
||||
build: .
|
||||
ports:
|
||||
- "3099:3099"
|
||||
volumes:
|
||||
- views_db:/app/data
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
views_db:
|
||||
Reference in New Issue
Block a user