---
services:
element:
image: "$IMAGEAPP"
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./config/config.json:/app/config.json:ro