Creaetion projet

This commit is contained in:
Serge NOEL
2026-08-13 14:23:03 +02:00
parent 1fa1e4ffcf
commit e1a37f6834
+12
View File
@@ -0,0 +1,12 @@
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