diff --git a/Dashlit/compose.yaml b/Dashlit/compose.yaml new file mode 100644 index 0000000..9337094 --- /dev/null +++ b/Dashlit/compose.yaml @@ -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 \ No newline at end of file