7 lines
122 B
YAML
7 lines
122 B
YAML
|
|
services:
|
||
|
|
app:
|
||
|
|
image: ${IMAGE:-djupet:local}
|
||
|
|
restart: unless-stopped
|
||
|
|
ports:
|
||
|
|
- "${HOST_PORT:-5684}:80"
|