4fc79d4491
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
228 B
YAML
15 lines
228 B
YAML
services:
|
|
bbq:
|
|
build: .
|
|
restart: unless-stopped
|
|
env_file:
|
|
- path: .env
|
|
required: false
|
|
ports:
|
|
- "127.0.0.1:${HOST_PORT:-8090}:8080"
|
|
volumes:
|
|
- bbq-data:/data
|
|
|
|
volumes:
|
|
bbq-data:
|