services:
app:
image: ${IMAGE:-vildhjarta:local}
restart: unless-stopped
ports:
- "${HOST_PORT:-47174}:80"