Initial Codebase (untested)
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
spyda:
|
||||
build: .
|
||||
image: r.mills.io/prologic/spyda:latest
|
||||
command: -d /data -s bitcask:///data/spyda.db -u http://127.0.0.1:8000
|
||||
ports:
|
||||
- "8000:8000/tcp"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
Reference in New Issue
Block a user