element/compose.yaml
ange aaf84605a5
All checks were successful
/ deploy (push) Successful in 5s
bump: v1.11.99 (#7)
Reviewed-on: #7
2025-05-03 04:24:51 +00:00

12 lines
216 B
YAML

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