homepage/compose.yaml

10 lines
160 B
YAML
Raw Normal View History

2024-05-03 15:16:30 +00:00
---
services:
element:
image: "$IMAGEAPP"
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./config.json:/app/config.json:ro