12 lines
273 B
YAML
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 |