feat: initial commit
This commit is contained in:
commit
1b81917307
17 changed files with 1565 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
blockyserver:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./assets:/app/assets:ro
|
||||
- ./data:/app/data:ro
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue