[+] Docker

This commit is contained in:
2026-05-08 06:29:13 +00:00
parent 3c287e04d0
commit 4b9de29fdc
8 changed files with 151 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
refray:
build: .
image: refray:local
command: ["serve", "--listen", "0.0.0.0:8787"]
ports:
- "8787:8787"
volumes:
- refray-data:/data
restart: unless-stopped
volumes:
refray-data:
name: refray-data