0.1.0 - First pass at the app
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: sprintpadawan
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ${ROOT_DIR:-./data}:/data
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user