Files
2026-08-13 14:23:03 +02:00

12 lines
273 B
YAML

services:
app:
container_name: dashlit-app
image: ghcr.io/codewec/dashlit:latest
restart: unless-stopped
environment:
ORIGIN: 'http://192.168.100.214:3024'
PASSWORD: 'Secr3t'
ports:
- '3024:3000'
volumes:
- ./data:/app/data