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