16bed1b8c0
This PR introduces the beginnings of Sprint Padawan. Reviewed-on: #1
10 lines
170 B
YAML
10 lines
170 B
YAML
services:
|
|
app:
|
|
build: .
|
|
container_name: sprintpadawan
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ${ROOT_DIR:-./data}:/data
|
|
restart: unless-stopped
|