Simplify UI and add batch build endpoint
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
gevisetweb:
|
||||
build: .
|
||||
ports:
|
||||
- "8002:8002"
|
||||
environment:
|
||||
- STATIC_DIR=/app/static
|
||||
Reference in New Issue
Block a user