[+] Docker

This commit is contained in:
2026-05-08 06:29:13 +00:00
parent d19b061f7c
commit b7f3404f99
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