Creaetion projet
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user