f51f166fa1
Each player gets an isolated SQLite viewer via a unique URL without login, with landing page warnings to save the link and compose-based hosting for sharing with others. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
195 B
YAML
14 lines
195 B
YAML
services:
|
|
viewer:
|
|
build: .
|
|
ports:
|
|
- "5000:5000"
|
|
environment:
|
|
DATA_DIR: /data
|
|
volumes:
|
|
- viewer-data:/data
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
viewer-data:
|