7 lines
118 B
YAML
7 lines
118 B
YAML
|
|
services:
|
||
|
|
app:
|
||
|
|
image: ${IMAGE:-diariet:local}
|
||
|
|
restart: unless-stopped
|
||
|
|
ports:
|
||
|
|
- "${PORT:-3011}:80"
|