Compose-Library/mafl-dashboard.compose.yaml.txt
2025-01-25 18:01:48 +01:00

9 lines
No EOL
189 B
Text

services:
mafl:
container_name: mafl-${IP}-${PORT}
image: hywax/mafl
restart: unless-stopped
ports:
- '${IP}:${PORT}:3000'
volumes:
- ${DATA_DIR}:/app/data